- 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.
推薦閱讀
- 現代C++編程:從入門到實踐
- Node.js 10實戰
- Drupal 8 Blueprints
- Julia機器學習核心編程:人人可用的高性能科學計算
- Elasticsearch Server(Third Edition)
- ArcGIS for Desktop Cookbook
- OpenCV Android Programming By Example
- JavaScript編程精解(原書第2版)
- ROS機器人編程實戰
- Raspberry Pi Robotic Projects
- 軟件再工程:優化現有軟件系統的方法與最佳實踐
- R for Data Science Cookbook
- Scratch 3少兒交互式游戲編程一本通
- Java面向對象程序設計(第3版)
- Data Analysis with R