Search This Blog

Showing posts with label missing. Show all posts
Showing posts with label missing. Show all posts

Monday, January 13, 2020

Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean

1. You are missing the @SpringBootApplication annotation on your Start class 
2. SpringApplication.run ( , args );  
3. in all the area in that java file.

Hit Counter


View My Stats