- 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.
推薦閱讀
- Cocos2D-X權威指南(第2版)
- PWA入門與實踐
- Responsive Web Design with HTML5 and CSS3
- Practical DevOps
- Mastering Ubuntu Server
- Learning ELK Stack
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Geospatial Development By Example with Python
- 零基礎學Java第2版
- Learning Cocos2d-JS Game Development
- Parallel Programming with Python
- Learning Perforce SCM
- Python實戰指南:手把手教你掌握300個精彩案例
- Learning PrimeFaces Extensions Development
- C++ Windows Programming