Merge pull request 'chore: HTTPS 도메인 마이그레이션 (v1.1.0)' (#1) from develop into main
This commit is contained in:
커밋
c31961c10b
@ -6,7 +6,7 @@
|
||||
사용법: ./mvnw -s .mvn/settings.xml clean compile
|
||||
또는 MAVEN_OPTS에 설정: export MAVEN_OPTS="-s .mvn/settings.xml"
|
||||
|
||||
Nexus 서버: http://211.208.115.83:9081
|
||||
Nexus 서버: https://nexus.gc-si.dev
|
||||
- maven-public: Maven Central + Spring + 내부 라이브러리 통합
|
||||
-->
|
||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
|
||||
@ -18,7 +18,7 @@
|
||||
<mirror>
|
||||
<id>nexus</id>
|
||||
<name>GCSC Nexus Repository</name>
|
||||
<url>http://211.208.115.83:9081/repository/maven-public/</url>
|
||||
<url>https://nexus.gc-si.dev/repository/maven-public/</url>
|
||||
<mirrorOf>*</mirrorOf>
|
||||
</mirror>
|
||||
</mirrors>
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user