Spring Boot Sample REST API Application
Overview Spring boot is a rapid application development platform based on Spring framework. It reduces the need to write lots of configuration and boiler plate codes. It helps you to get you app up in minutes if not seconds. Below steps will help you to get a kick start with Spring Boot. Getting Started The…