MrShi
18 小时以前 ec9047869bd2642821d1dfc5bbd339313d910d66
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();
    }