- 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.
推薦閱讀
- Visual Studio 2012 Cookbook
- Building Mapping Applications with QGIS
- Python編程從0到1(視頻教學(xué)版)
- 零基礎(chǔ)趣學(xué)C語言
- INSTANT Sinatra Starter
- Android驅(qū)動開發(fā)權(quán)威指南
- 開源項(xiàng)目成功之道
- Java Web開發(fā)實(shí)例大全(基礎(chǔ)卷) (軟件工程師開發(fā)大系)
- Django Design Patterns and Best Practices
- Mastering Embedded Linux Programming
- MATLAB 2020 GUI程序設(shè)計(jì)從入門到精通
- Java語言程序設(shè)計(jì)實(shí)用教程(第2版)
- Python程序設(shè)計(jì):基礎(chǔ)與實(shí)踐
- C語言從入門到精通(微視頻精編版)
- 深入理解MySQL主從原理