- 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.
推薦閱讀
- Java范例大全
- Testing with JUnit
- PHP+MySQL網(wǎng)站開(kāi)發(fā)技術(shù)項(xiàng)目式教程(第2版)
- 一塊面包板玩轉(zhuǎn)Arduino編程
- Java零基礎(chǔ)實(shí)戰(zhàn)
- Go語(yǔ)言編程
- Learning Python Data Visualization
- Mastering Concurrency in Python
- 算法訓(xùn)練營(yíng):海量圖解+競(jìng)賽刷題(入門(mén)篇)
- 打造流暢的Android App
- C#程序設(shè)計(jì)基礎(chǔ)與實(shí)踐
- Maya Programming with Python Cookbook
- JavaScript重難點(diǎn)實(shí)例精講
- Access 2010數(shù)據(jù)庫(kù)教程(微課版)
- OpenCV:Computer Vision Projects with Python