fix config file format misspell (#320)

pull/331/head
lepdou 3 years ago committed by GitHub
parent 83cf09a480
commit 5a2f94d156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,3 +13,4 @@
- [Update GitHub Actions workflow](https://github.com/Tencent/spring-cloud-tencent/pull/295)
- [Feature:add restTemplate Report Polaris](https://github.com/Tencent/spring-cloud-tencent/pull/300)
- [Fix the current limiting effect is that other requests cannot be processed when queuing at a constant speed](https://github.com/Tencent/spring-cloud-tencent/pull/317)
- [Fix config file format misspell](https://github.com/Tencent/spring-cloud-tencent/pull/320)

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

Loading…
Cancel
Save