Skip to content

Commit a4ad653

Browse files
committed
fix:fix auth not effected bug.
1 parent a37e89c commit a4ad653

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@
3434
- [feat:add admin http handler.](https://github.com/Tencent/spring-cloud-tencent/pull/1453)
3535
- [feat:support concurrency rate limit.](https://github.com/Tencent/spring-cloud-tencent/pull/1457)
3636
- [feat:support auth.](https://github.com/Tencent/spring-cloud-tencent/pull/1461)
37+
- [fix:fix auth not effected bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1464)
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
2+
com.tencent.cloud.polaris.auth.config.PolarisAuthPropertiesAutoConfiguration,\
3+
com.tencent.cloud.polaris.auth.config.PolarisAuthAutoConfiguration
14
org.springframework.cloud.bootstrap.BootstrapConfiguration=\
25
com.tencent.cloud.polaris.auth.config.PolarisAuthPropertiesBootstrapConfiguration

spring-cloud-starter-tencent-polaris-auth/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports

-2
This file was deleted.

0 commit comments

Comments
 (0)