springboot 運行出現錯誤 Unable to start ServletWebServerApplicationContext due to missing ServletWebServer

緣由是我將springboot啓動類換到了另一個方法中spring

出現了一個異常   springboot

 

後來發現由於我換了類可是忘記了換類名因此才報錯spa

@ComponentScan
@EnableAutoConfiguration
public class TestApplication {

    public static void main(String[] args){
        SpringApplication.run(TestApplication.class,args);

    }

}
相關文章
相關標籤/搜索