1. 程式人生 > >springboot activiti 報錯cannot be opened because it does not exist

springboot activiti 報錯cannot be opened because it does not exist

Failed to process import candidates for configuration class [com.example.ActivitiApplication]; 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

禁用activiti安全策略

在@SpringBootApplication後加(exclude = SecurityAutoConfiguration.class)