Spring BOOT: Spring Boot is an open-source Java-based framework used to create a Micro Service.I t explores major features of Spring Boot such as Starters, Auto-configuration, Beans, Actuator and more Spring Boot provides a good platform for Java developers to develop a stand-alone and production-grade spring application that you can just run . Advantages Spring Boot offers the following advantages to its developers − Easy to understand and develop spring applications Increases productivity Reduces the development time Goals Spring Boot is designed with the following goals − To avoid complex XML configuration in Spring To develop a production ready Spring applications in an easier way To reduce the development time and run the application independently Offer an easier way of getting started with the application Starters spring-boot-starter- actuator : monitor and manage your application. spring-boot-starter- data-jpa : Spring and JPA for databa...
Personnel Reference Blog