SpringBoot自动加载机制,在shiro-spring-boot-starter 有默认配置。所以需要屏蔽shiro
在
启动文件
的
注解
中把出现的三个匹配的项目排除 就可以了
@SpringBootApplication(exclude = {ShiroAnnotationProcessorAutoConfiguration.class, ShiroAutoConfiguration.class, ShiroBeanAutoConfiguration.class})
版权声明:本文为zm_960911原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。