fix config file format misspell (#319)

pull/328/head
lepdou 2 years ago committed by GitHub
parent db8184a576
commit f88a342c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,3 +19,4 @@
- [Feature:add restTemplate Report Polaris](https://github.com/Tencent/spring-cloud-tencent/pull/272) - [Feature:add restTemplate Report Polaris](https://github.com/Tencent/spring-cloud-tencent/pull/272)
- [Use jdk constants instead of magic variables](https://github.com/Tencent/spring-cloud-tencent/pull/313) - [Use jdk constants instead of magic variables](https://github.com/Tencent/spring-cloud-tencent/pull/313)
- [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/316) - [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/316)
- [Fix config file format misspell](https://github.com/Tencent/spring-cloud-tencent/pull/319)

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