There is also a spring-boot-autoconfigure-2.0.. release.jar in the start of 2.0 by default. If you also refer to activiti’s activiti-spring-boot-starter-rest-api.jar package, you need to exclude securityautoconfiguration.class in both packages
Write it in the startup class
@SpringBootApplication(exclude={
org.activiti.spring.boot.SecurityAutoConfiguration.class,
SecurityAutoConfiguration.class
})
Read More:
- [Solved] SpringBoot Integrating Oracle reports errors: ORA-12504, TNS:listener was not given the SID in CONNECT_DATA
- Integrating JSP pages with springboot 404
- Talking about the errors encountered in installing MySQL ODBC (error 1918)
- Compilation errors and warnings encountered in QT and their solutions
- Errors encountered by elasticsearch in creating index and mapping
- A series of errors encountered in connecting to the database using Oracle SQL developer
- Springboot startup error [extshutdown hook]
- Springboot: start error reporting after introducing paging plug-in PageHelper
- Solution of redisconnection factory in springboot2 not Autowired
- An error is reported when springboot starts: error creating bean with name ‘XXXX’
- Springboot integrated with mybatis
- Springboot startup error: java.lang.IllegalArgumentException : Property ‘sqlSessionFactory’ or ‘sqlSessionTempla
- Redis reports an error when integrating springsecurity: could not read JSON: unrecognized field “enabled”“
- How to realize automatic assembly in springboot
- Springboot error: property ‘sqlsessionfactory’ or ‘sqlsessiontemplate’ are required error details
- Springboot startup error – classnotfound Exception:EnhancerBySpringCGLIB
- Solution to the failure of springboot integrated PageHelper
- BarTender operation encountered the problem of “OLE DB encountered error 0x80004005”
- Add PageHelper spring boot starter dependency to springboot and report an error
- Error creating bean with name usercontroller appears when springboot starts