DEV Community

Discussion on: Learn Spring Boot by Annotations

Collapse
 
docswebapps profile image
Dave Collier • Edited

Thanks for the post.

I don't use @ServletComponentScan for rest based Spring Boot applications and they work fine with @RestController. I read somewhere that @ServletComponentScan should be added if you're using @WebServlet, @WebFilter, or @WebListener annotations.

Collapse
 
pmgysel profile image
Philipp Gysel

Thanks Dave, good point! I included your improvement in the code :)