- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 132字
- 2021-06-30 19:10:51
Understanding basic usage
First, navigate in your browser to https://start.spring.io/:

Spring Initializr Web Tool
We need to choose the project type for the build system that will be used, in our case a Maven Project. Then, we must choose our programming language, this will be Kotlin, and then the Spring Boot version that will be used, this will be Spring Boot 2.0.0 M7.
For the project metadata, we will set up Group as com.microservices and Artifact as chapter2.
Now, we need to specify the spring dependencies that we require; in the search box we will type Web and select it when it is shown on the list.
Finally, we can click on the Generate Project to get a zip file with the contents of the project; the file will be named chapter2.zip.
推薦閱讀
- Java應用與實戰
- 自制編譯器
- Python從小白到大牛
- Production Ready OpenStack:Recipes for Successful Environments
- Windows Server 2012 Unified Remote Access Planning and Deployment
- The DevOps 2.4 Toolkit
- C程序設計案例教程
- 軟件項目管理實用教程
- FPGA Verilog開發實戰指南:基于Intel Cyclone IV(進階篇)
- HTML5+CSS3 Web前端開發技術(第2版)
- HTML5秘籍(第2版)
- UML2面向對象分析與設計(第2版)
- 網絡數據采集技術:Java網絡爬蟲實戰
- C++ System Programming Cookbook
- jQuery技術內幕:深入解析jQuery架構設計與實現原理