- 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.
推薦閱讀
- 零基礎學Visual C++第3版
- GAE編程指南
- 數(shù)據(jù)庫原理及應用(Access版)第3版
- INSTANT Sencha Touch
- Full-Stack React Projects
- Unreal Engine 4 Shaders and Effects Cookbook
- Python機器學習算法與應用
- Instant Apache Camel Messaging System
- Python物理建模初學者指南(第2版)
- 精益軟件開發(fā)管理之道
- 前端程序員面試算法寶典
- C語言從入門到精通(第5版)
- Salt Cookbook
- Visual C++ 2017網(wǎng)絡編程實戰(zhàn)
- 構建跨平臺APP:響應式UI設計入門