Spring Boot

Spring Boot (https://spring.io/projects/spring-boot) is a widely used solution these days for Java web application development. It has an opinionated convention over configuration approach. It is completely configuration driven and makes using Spring Framework and many other third-party libraries a pleasure. Spring Boot applications are production-grade and can just run in any environment that has a JVM installed. It uses an embedded servlet container such as Tomcat, Jetty, or Undertow to run the application. It autoconfigures Spring wherever possible with sensible defaults and has starter POM for many modules and third-party libraries. It does not require any XML configuration and lets you customize autoconfigured beans using Java configuration.

JHipster, by default, uses Undertow as the embedded server in the applications generated. Undertow is very lightweight and faster to start and is ideal for the development and production of lightweight applications.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.138.33.87