- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 121字
- 2021-06-30 19:10:52
Understanding advanced usage
Spring Initializr allows for advanced usage; we can click on the switch to the full version at the bottom of the page. In this version, we can use some more options. We can customize the project description, the default package name, the packaging of our application that could be JAR or WAR, and the version of Java to use, from 1.7 to 1.8. At the bottom, we can now see all the different dependencies that we could include, classified by category.
Spring Initializr can also be hosted in your own infrastructure and customized to include your project templates, and provide an API that could be used to generate a project through HTTP requests. See more details at https://github.com/spring-io/initializr.
推薦閱讀
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程(第2版)
- Facebook Application Development with Graph API Cookbook
- Unity 2020 Mobile Game Development
- OpenCV for Secret Agents
- Programming ArcGIS 10.1 with Python Cookbook
- Active Directory with PowerShell
- Windows Phone 7.5:Building Location-aware Applications
- Node.js:來一打 C++ 擴展
- Java網(wǎng)絡(luò)編程實戰(zhàn)
- RealSenseTM互動開發(fā)實戰(zhàn)
- Flowable流程引擎實戰(zhàn)
- 軟件體系結(jié)構(gòu)
- Angular應(yīng)用程序開發(fā)指南
- Java程序設(shè)計與項目案例教程
- Java EE 7 with GlassFish 4 Application Server