sgj
昨天 85e10b2ee171c9391fce2d353d396a9c9b771e1c
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/");