guoshilong
2023-04-14 0eb4d8d77b0bbd4b72a6bca2deafff11e08164fd
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);
   }
}