- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 48字
- 2021-06-30 19:10:52
Using Maven
Maven is our chosen build system and we are going to use it whenever we need to compile or package our application; even when we use IntelliJ, it will internally run Maven to build our application. So, we first need to understand some basic Maven concepts.