zhanghua
2023-10-25 31155ed32e2f2e2022b4b1697c8a2052a8543a48
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);