湖北武汉水利工程java后台
zhongrj
2023-03-28 13d9b2eae29165432befb54ba8448a25661370f5
skjcmanager-gateway/src/main/java/cn/gistack/gateway/GateWayApplication.java
@@ -16,6 +16,7 @@
 */
package cn.gistack.gateway;
import cn.gistack.common.constant.AppsConstant;
import org.springblade.core.launch.BladeApplication;
import org.springblade.core.launch.constant.AppConstant;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@@ -33,7 +34,7 @@
public class GateWayApplication {
   public static void main(String[] args) {
      BladeApplication.run(AppConstant.APPLICATION_GATEWAY_NAME, GateWayApplication.class, args);
      BladeApplication.run(AppsConstant.APPLICATION_GATEWAY_NAME, GateWayApplication.class, args);
   }
}