13693261870
7 天以前 89ddad6d97a19e0b53f6f86afd16aebe115dfef2
se-gateway/src/main/java/com/terra/gateway/SeGatewayApp.java
文件名从 se-gateway/src/main/java/com/terra/gateway/SeGatewayApplication.java 修改
@@ -11,7 +11,7 @@
 * @author admin
 */
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class })
public class SeGatewayApplication {
public class SeGatewayApp {
    private static String TEST;
    @Value("${spring.test}")
@@ -20,7 +20,7 @@
    }
    public static void main(String[] args) {
        SpringApplication.run(SeGatewayApplication.class, args);
        SpringApplication.run(SeGatewayApp.class, args);
        System.out.println("----------缃戝叧妯″潡鍚姩鎴愬姛----------  \n");
    }
}