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"); } }