zhanghua
2023-10-26 8c80a8d7d70d0aa19fe194df49c21a88d2ba7589
ycl-platform/src/main/java/com/ycl/PlatformApplication.java
@@ -22,9 +22,8 @@
@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);