zhanghua
2023-10-27 e468088052b2dea9837645eeed689ee9c5f0948d
ycl-platform/src/main/java/com/ycl/PlatformApplication.java
@@ -22,7 +22,7 @@
@EnableScheduling
@EnableFeignClients
@EnableTransactionManagement(proxyTargetClass = true)
@SpringBootApplication
@SpringBootApplication(scanBasePackages = "com.ycl")
public class PlatformApplication {
    public static void main(String[] args) throws UnknownHostException {
        ConfigurableApplicationContext application = SpringApplication.run(PlatformApplication.class, args);