- 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.
推薦閱讀
- ExtGWT Rich Internet Application Cookbook
- Java多線程編程實戰指南:設計模式篇(第2版)
- CockroachDB權威指南
- JavaScript 從入門到項目實踐(超值版)
- 我的第一本算法書
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- 編譯系統透視:圖解編譯原理
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Raspberry Pi Robotic Blueprints
- Building Serverless Web Applications
- Python青少年趣味編程
- Web Developer's Reference Guide
- 大學計算機基礎實驗指導
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- Java Hibernate Cookbook