l l
liukangdong
2025-02-25 1f013658d7b3835625aacdb17f42cac0cb7671ce
server/web/src/main/java/com/doumee/InterfaceApplication.java
@@ -17,8 +17,8 @@
@EnableAsync
@MapperScan("com.doumee.dao")
public class InterfaceApplication {
    public static void main(String[] args) {
        System.setProperty("com.zaxxer.hikari.aliveBypassWindowMs", "2000");
        ApplicationContext context = SpringApplication.run(InterfaceApplication.class);
        context.getEnvironment();
    }