|  |  |  | 
|---|
|  |  |  | import org.mybatis.spring.annotation.MapperScan; | 
|---|
|  |  |  | import org.springframework.boot.SpringApplication; | 
|---|
|  |  |  | import org.springframework.boot.autoconfigure.SpringBootApplication; | 
|---|
|  |  |  | import org.springframework.scheduling.annotation.EnableScheduling; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //@MapperScan("com.zy.**.mapper") | 
|---|
|  |  |  | //@ComponentScan(value = "com.zy.acs.common.config") | 
|---|
|  |  |  | 
|---|
|  |  |  | //@SpringBootApplication(exclude = {org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class}) | 
|---|
|  |  |  | @SpringBootApplication | 
|---|
|  |  |  | @MapperScan("com.zy.**.mapper") | 
|---|
|  |  |  | @EnableScheduling | 
|---|
|  |  |  | public class FakeBoot { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static void main(String[] args) { | 
|---|