fix config file format misspell

pull/321/head
lepdou 3 years ago
parent a1629aeb11
commit 1b7a23ad8e

@ -11,3 +11,4 @@
- [Update GitHub Actions workflow](https://github.com/Tencent/spring-cloud-tencent/pull/305) - [Update GitHub Actions workflow](https://github.com/Tencent/spring-cloud-tencent/pull/305)
- [fix: 将blocking call改为non-blocking call](https://github.com/Tencent/spring-cloud-tencent/pull/309) - [fix: 将blocking call改为non-blocking call](https://github.com/Tencent/spring-cloud-tencent/pull/309)
- [fix:solve the chaos code problem on rejectTips](https://github.com/Tencent/spring-cloud-tencent/pull/283) - [fix:solve the chaos code problem on rejectTips](https://github.com/Tencent/spring-cloud-tencent/pull/283)
- [Fix config file format misspell](https://github.com/Tencent/spring-cloud-tencent/pull/321)

@ -28,7 +28,7 @@ public enum ConfigFileFormat {
/** /**
* property format. * property format.
*/ */
PROPERTY(".property"), PROPERTY(".properties"),
/** /**
* yaml format. * yaml format.
*/ */
@ -48,7 +48,7 @@ public enum ConfigFileFormat {
/** /**
* text format. * text format.
*/ */
TEXT(".text"), TEXT(".txt"),
/** /**
* html format. * html format.
*/ */

Loading…
Cancel
Save