- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 99字
- 2021-06-30 19:10:53
Dependencies
For each of the Spring dependencies that we chose in the Spring Initializr, a starter will be listed in the dependencies tag. As we only chose web only, one spring dependency is shown, we don't specify which version since the BOM loaded in the parent has already set the default version to be included.
Then, we can see the inclusion of the Kotlin libraries required for our project, referring to the version specified in the Maven properties.
Finally, Spring Boot Test is included in the scope set to test life cycle and is only available in that phase.
推薦閱讀
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- C# 7 and .NET Core Cookbook
- UML和模式應用(原書第3版)
- 三維圖形化C++趣味編程
- Internet of Things with the Arduino Yún
- Hands-On Natural Language Processing with Python
- Angular開發入門與實戰
- Android Wear Projects
- Spring Boot+MVC實戰指南
- Python網絡爬蟲技術與應用
- Python開發基礎
- SQL Server 入門很輕松(微課超值版)
- SSH框架企業級應用實戰
- C語言王者歸來
- INSTANT Apache Maven Starter