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)

springboot activiti 报错cannot be opened because it does not exist_第1张图片

你可能感兴趣的:(java,error)