Getting Started with Spring Boot
The World Before Spring Boot:
Setting up the Spring project before Spring Boot was not easy!
Dependency Management (pom.xml)
Define Web App Configuration(web.xml)
Manage Spring Beans(context.xml)
Implement Non-functional requirements (NFRs)
It ...
codewithmayank.hashnode.dev3 min read