rk
10 小时以前 cf1d82548a1bd8155ffe9b486df8167aa9e63a7d
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();
    }