settings.xml
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd"> <localRepository>D:/03.MAVEN/repository</localRepository> </settings>
<dependency> …. </dependency> 를 추가 하였을 때 오류가 난다면, Note: 에 주의하라
pom.xml의 <repositories> 부분에<repository> <id>Spring Plugins</id> <url>http://repo.spring.io/plugins-release/</url> </repository>추가 하면 정상적으로 다운로드가 된다
Goal?
$ mvn [goal명령어] [goal명령어] [goal명령어]