Vijay's Blog
I am not your BEST, But I will try
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.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment