|
|
@ -33,7 +33,7 @@ import org.springframework.scheduling.annotation.EnableScheduling; |
|
|
|
public class GateWayApplication { |
|
|
|
public class GateWayApplication { |
|
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
public static void main(String[] args) { |
|
|
|
BladeApplication.run(AppConstant.APPLICATION_GATEWAY_NAME.concat("-lmy"), GateWayApplication.class, args); |
|
|
|
BladeApplication.run(AppConstant.APPLICATION_GATEWAY_NAME, GateWayApplication.class, args); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|