Spring Boot

 Spring Boot Easy to create standalone applications Handles predictable setup for developer e.g. If JPA implementation is on the classpath, it will automatically create JPA Entity Manager Factory Embed containers (Tomcat, Jetty etc) Automatically configure Spring...