fix:fix auth not effected bug. (#1465)

2020
Haotian Zhang 2 days ago committed by GitHub
parent a37e89c297
commit 8881d07c54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -34,3 +34,4 @@
- [feat:add admin http handler.](https://github.com/Tencent/spring-cloud-tencent/pull/1453)
- [feat:support concurrency rate limit.](https://github.com/Tencent/spring-cloud-tencent/pull/1457)
- [feat:support auth.](https://github.com/Tencent/spring-cloud-tencent/pull/1461)
- [fix:fix auth not effected bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1465)

@ -1,2 +1,5 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.tencent.cloud.polaris.auth.config.PolarisAuthPropertiesAutoConfiguration,\
com.tencent.cloud.polaris.auth.config.PolarisAuthAutoConfiguration
org.springframework.cloud.bootstrap.BootstrapConfiguration=\
com.tencent.cloud.polaris.auth.config.PolarisAuthPropertiesBootstrapConfiguration

@ -1,2 +0,0 @@
com.tencent.cloud.polaris.auth.config.PolarisAuthPropertiesAutoConfiguration
com.tencent.cloud.polaris.auth.config.PolarisAuthAutoConfiguration
Loading…
Cancel
Save