|
|
@ -7,16 +7,16 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @author heqijun
|
|
|
|
* @author heqijun
|
|
|
|
* @ClassName: StragyApplication
|
|
|
|
* @ClassName: StrategyApplication
|
|
|
|
* @Description: TODO(这里用一句话描述这个类的作用)
|
|
|
|
* @Description: StrategyApplication策略模块启动类
|
|
|
|
* @date 2025/6/7 19:03
|
|
|
|
* @date 2025/6/7 19:03
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
@SpringBootApplication
|
|
|
|
@SpringBootApplication
|
|
|
|
@EnableFeignClients
|
|
|
|
@EnableFeignClients
|
|
|
|
@EnableDiscoveryClient
|
|
|
|
@EnableDiscoveryClient
|
|
|
|
public class StragyApplication {
|
|
|
|
public class StrategyApplication {
|
|
|
|
public static void main(String[] args) {
|
|
|
|
public static void main(String[] args) {
|
|
|
|
SpringApplication.run(StragyApplication.class, args);
|
|
|
|
SpringApplication.run(StrategyApplication.class, args);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|