今天是憂傷的補班日,所以一起code吧!
問題是這樣的,小弟先試著用
https://search.maven.org/artifact/com.googlecode.json-simple/json-simple/1.1.1/bundle
上面提到的 Apache Maven 方式
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
<type>bundle</type>
</dependency>
加入到專案的 pom.xml 檔案中
確實也成功取得了「公有」的images,並拿來使用了
但小弟的目的是要取得「私有」的我自己的images,因此利用Linux CentOS7 架好Maxus後
將images上傳至容器
然後參考
https://www.itread01.com/content/1544458182.html
https://blog.csdn.net/u011768325/article/details/49735397
這兩個教學,也無法成功取得我上傳的私有images
目前也已經研究三天了,想跟有這方面經驗的前輩請益一下
稍微提點一些關鍵字,讓小弟有個方向解決
感激
解決方式:
settings.xml
只需配置
<mirror>
<id>nexus</id>
<mirrorOf>*</mirrorOf>
<name>com.smartfoxserver</name>
<url>http://172.16.16.22:8081/repository/abc/</url>
</mirror>
</mirrors>
Version填寫要正確