- 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.
推薦閱讀
- LabVIEW程序設(shè)計(jì)基礎(chǔ)與應(yīng)用
- NativeScript for Angular Mobile Development
- TypeScript實(shí)戰(zhàn)指南
- Amazon S3 Cookbook
- Java程序設(shè)計(jì):原理與范例
- C語言程序設(shè)計(jì)
- Java EE核心技術(shù)與應(yīng)用
- Java程序設(shè)計(jì)入門
- NoSQL數(shù)據(jù)庫原理
- 微服務(wù)從小白到專家:Spring Cloud和Kubernetes實(shí)戰(zhàn)
- MySQL程序員面試筆試寶典
- Natural Language Processing with Python Quick Start Guide
- 黑莓(BlackBerry)開發(fā)從入門到精通
- 面向?qū)ο蟪绦蛟O(shè)計(jì)及C++(第3版)
- Kohana 3.0 Beginner's Guide