@EnableSwagger2
@SpringBootApplication(scanBasePackages = {"cn.com.ten"} ,exclude = {org.activiti.spring.boot.SecurityAutoConfiguration.class})
@MapperScan(basePackages = {"cn.com.ten.**.dao"})
public class SystemEtlApplication {
public static void main(String[] args) {
SpringApplication.run(SystemEtlApplication.class, args);
}
}
Springboot integration activiti reported an error
Caused by: java.io.FileNotFoundException: class path resource [org/springframework/security/config/annotation/authentication/configurers/GlobalAuthenticationConfigurerAdapter.class]
cannot be opened because it does not exist
Solution:
Add springbootapplication on the startup class
exclude = {org.activiti.spring.boot.SecurityAutoConfiguration.class}
Read More:
- Springboot mybatis Integrate Error: Invalid bound statement (not found): com…DepartmentMapper.save
- Springboot Integrate Swagger2 Error: Failed to start bean ‘documentationPluginsBootstrapper‘;
- Springboot2.6X version integrate knife4j error [How to Solve]
- [Solved] Error resolving template [x] template might not exist or might not be accessible by any of the con
- [Solved] Error resolving template template might not exist or might not be accessible
- [Solved] Springboot integrate swagger error: Failed to start bean ‘documentationPluginsBootstrapper‘
- Error resolving template [index], template might not exist
- [Solved] Error: (4, 52) Java: package org springframework. beans. factory. Annotation does not exist
- springboot Integrate mybatis Error: Error creating bean with name ‘deptController‘: Unsatisfied dependency expresse
- How to Solve Spring integrate Seata startup error
- [Solved] SpringBoot Integrate ES Error: Elasticsearch health check failed
- How to Solve JAR pack error: Error resolving template [/userInfo], template might not exist or might not be accessib
- [Javac compilation exception] javac compilation prompts that the package in jdk cannot be found error: package jdk.internal.org.objectweb.asm does not exist and error: cannot find symbol
- [Solved] Flink1.12 integrate Hadoop 3.X error: java.lang.RuntimeException…
- org.postgresql.util.PSQLException: ERROR: operator does not exist: character varying XXX
- [Solved] Error: (3, 31) Java: package jdk.nashorn.internal.ir does not exist
- How to Solve Error-SpringCloud-Feign and Sentinel integrate error
- [Solved] Error:(3, 46) java: Program Package org.springframework.context.annotation does not exist
- IDEA Error: lombok.extern.slf4j is not exist [How to Solve]
- [Solved] spring source code compile error: target package does not exist