- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 139字
- 2021-08-27 19:57:34
Spring Boot
Spring Boot (https://projects.spring.io/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 auto-configures Spring wherever possible 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.
推薦閱讀
- LabVIEW程序設計基礎與應用
- Visual FoxPro程序設計教程(第3版)
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Scratch 3.0少兒編程與邏輯思維訓練
- Oracle從入門到精通(第5版)
- C++面向對象程序設計習題解答與上機指導(第三版)
- Visual Basic程序設計
- 小型編譯器設計實踐
- Django 3.0應用開發詳解
- Python從入門到精通(第3版)
- Xcode 6 Essentials
- Java并發實現原理:JDK源碼剖析
- Java設計模式深入研究
- Implementing Domain:Specific Languages with Xtext and Xtend
- Android開發權威指南(第二版)