Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean
在Spring Boot項目中,出現這個錯誤有兩種情況: 一,在main方法所在的類忘記添加@SpringBootApplication 二,缺少依賴,添加即可 <dependenc ...
在Spring Boot項目中,出現這個錯誤有兩種情況: 一,在main方法所在的類忘記添加@SpringBootApplication 二,缺少依賴,添加即可 <dependenc ...