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)

猜你喜欢

转载自blog.csdn.net/qq_34874784/article/details/83744355