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