- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 128字
- 2021-06-30 19:10:54
Repositories
This final section of the POM Spring Initializr defines the repositories where we find the different dependencies that we require. The spring repositories will not only act as mirrors from the central Maven repository but also include snapshot and milestone versions of the Spring components.
In a Maven project, it will automatically look at dependencies from the central Maven repository, known as Maven Central, if you like to have different repositories it must be specified explicitly. Almost all major software packages are available from Maven Central https://search.maven.org/; however, some developers prefer to use JCenter instead https://bintray.com/bintray/jcenter.
Now we have more understanding of the POM file and using Maven, but we prefer to use IDEs for most of our work, let's understand how we can use IntelliJ IDEA.
推薦閱讀
- Go語言高效編程:原理、可觀測性與優化
- Practical Internet of Things Security
- Java性能權威指南(第2版)
- 深度學習:算法入門與Keras編程實踐
- Python Data Analysis Cookbook
- Cybersecurity Attacks:Red Team Strategies
- 常用工具軟件立體化教程(微課版)
- Getting Started with Eclipse Juno
- Struts 2.x權威指南
- Emotional Intelligence for IT Professionals
- 大規模語言模型開發基礎與實踐
- Python 3快速入門與實戰
- 3D Printing Designs:The Sun Puzzle
- Clojure編程樂趣
- Python Penetration Testing Essentials