@ComponentScan(basePackages="com.xxx.data")
@MapperScan("com.xxx.batch.dao") @EnableTransactionManagement @EnableDiscoveryClient @SpringBootApplication @EnableScheduling @EnableAsync
protected static Logger Log = (Logger)LoggerFactory.getLogger(OutputLogUtil.class);
@Configuration @EnableSwagger2在swagger中使用
@CrossOrigin