|
@@ -1,25 +0,0 @@
|
|
|
-package com.fjhx;
|
|
|
-
|
|
|
-import org.springblade.common.constant.ApiConstant;
|
|
|
-import org.springblade.core.cloud.feign.EnableBladeFeign;
|
|
|
-import org.springblade.core.launch.BladeApplication;
|
|
|
-import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
-import org.springframework.cloud.client.circuitbreaker.EnableCircuitBreaker;
|
|
|
-import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
|
|
-import org.springframework.scheduling.annotation.EnableAsync;
|
|
|
-
|
|
|
-/**
|
|
|
- * 仓管模块启动器
|
|
|
- */
|
|
|
-@EnableAsync
|
|
|
-@EnableBladeFeign
|
|
|
-@EnableDiscoveryClient
|
|
|
-@EnableCircuitBreaker
|
|
|
-@SpringBootApplication
|
|
|
-public class HxStorageApplication {
|
|
|
-
|
|
|
- public static void main(String[] args) {
|
|
|
- BladeApplication.run(ApiConstant.APP_NAME.STORAGE_APP_NAME, HxStorageApplication.class, args);
|
|
|
- }
|
|
|
-
|
|
|
-}
|