lxw
2023-08-27 b95a38eddc78e39bd82237e794ae30fe6e19b8cc
src/main/java/com/whyc/EnvirMonitorSysApplication.java
@@ -2,8 +2,12 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.ServletComponentScan;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
@SpringBootApplication
@EnableWebMvc
@ServletComponentScan
public class EnvirMonitorSysApplication {
    public static void main(String[] args) {