Add @SpringBootApplication annotation
Add a new @SpringBootApplication which is equivalent to @Configuration, @EnableAutoConfiguration and @ComponentScan. See gh-1842
Showing
Please register or sign in to comment
Add a new @SpringBootApplication which is equivalent to @Configuration, @EnableAutoConfiguration and @ComponentScan. See gh-1842