这里写自定义目录标题
nested exception is java.io.FileNotFoundException: class path resource [org/springframework/security/config/annotation/authentication/configurers/GlobalAuthenticationConfigurerAdapter.class] cannot be opened because it does not exist
nested exception is java.io.FileNotFoundException: class path resource [org/springframework/security/config/annotation/authentication/configurers/GlobalAuthenticationConfigurerAdapter.class] cannot be opened because it does not exist
解决方法:
@SpringBootApplication(exclude
= {
org
.activiti
.spring
.boot
.SecurityAutoConfiguration
.class,
org
.springframework
.boot
.autoconfigure
.security
.servlet
.SecurityAutoConfiguration
.class
})