| | |
| | | */ |
| | | @EnableRedisHttpSession |
| | | @SpringBootApplication(exclude = {DataSourceAutoConfiguration.class}) |
| | | @ComponentScan(basePackages = {"com.fzzy", "com.ruoyi"}) |
| | | @ComponentScan(basePackages = {"com.fzzy", "com.ruoyi", "com.ld"}) |
| | | |
| | | @MapperScan("com.fzzy.igds.mapper") |
| | | @MapperScan("com.fzzy.*.mapper") |
| | | @EntityScan(basePackages = {"com.fzzy.*.*.domain"}) |
| | | public class Application { |
| | | |
| | |
| | | public static void main(String[] args) { |
| | | |
| | | System.setProperty("spring.devtools.restart.enabled", "false"); |
| | | |
| | | |
| | | System.setProperty("doradoHome", "classpath:dorado-home/"); |
| | | |