fix config file format misspell (#321)

pull/324/head
lepdou 2 years ago committed by GitHub
parent a1629aeb11
commit 13448920f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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