xieb
2023-03-28 ee8bddf4c6b92de75d5ed5c0fad5f0d2a6a110c7
skjcmanager/skjcmanager-gateway/src/main/java/cn/gistack/gateway/GateWayApplication.java
@@ -16,7 +16,6 @@
 */
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;
@@ -34,7 +33,7 @@
public class GateWayApplication {
   public static void main(String[] args) {
      BladeApplication.run(AppsConstant.APPLICATION_GATEWAY_NAME, GateWayApplication.class, args);
      BladeApplication.run(AppConstant.APPLICATION_GATEWAY_NAME, GateWayApplication.class, args);
   }
}