k94314517
2023-09-20 6bb47c3c46c025025be271214ec3c191c26ad851
server/platform/src/main/java/com/doumee/PlatformApplication.java
@@ -15,7 +15,6 @@
@SpringBootApplication
@MapperScan("com.doumee.dao")
public class PlatformApplication {
    public static void main(String[] args) {
        ApplicationContext context = SpringApplication.run(PlatformApplication.class);
        context.getEnvironment();