class path resource [org/springframework/security/config/annotation/authentication/configurers/Globa
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
spring boot整合activiti 出现报错问题解决如下
解决方案
第一步:在resources下面新建包processes,然后把流程部署文件zip放进去
第二步:
@SpringBootApplication(exclude={ org.activiti.spring.boot.SecurityAutoConfiguration.class, SecurityAutoConfiguration.class })
本人的问题已经解决