REST API using Spring Boot Part-1 Setting up and creating a basic controller
Micro Service allows the developers to develop and deploy services independently where each running service has its process. This achieves the lightweight model to support various business applications. Spring Boot is an open-source Java-based framework which is used to develop and deploy production-ready micro-services.
Advantages of Spring Boot
- It provides a flexible way to configure XML configurations and Database Transactions.
- It provides an easy…