fix 修复 Social 模块未配置自动装配
This commit is contained in:
parent
5796c0aa9f
commit
82aeb75e31
@ -13,7 +13,7 @@ import org.springframework.context.annotation.Bean;
|
|||||||
*/
|
*/
|
||||||
@AutoConfiguration
|
@AutoConfiguration
|
||||||
@EnableConfigurationProperties(SocialProperties.class)
|
@EnableConfigurationProperties(SocialProperties.class)
|
||||||
public class SocialConfig {
|
public class SocialAutoConfiguration {
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
public AuthStateCache authStateCache(SocialProperties socialProperties) {
|
public AuthStateCache authStateCache(SocialProperties socialProperties) {
|
@ -0,0 +1 @@
|
|||||||
|
org.dromara.common.social.config.SocialAutoConfiguration
|
Loading…
x
Reference in New Issue
Block a user