Maven项目--IDEA私服文件的上传下载

IDEA上传文件到私服 配置当前项目访问私服上传资源的保存位置(pom.xml) <distributionManagement> <repository> <id>demo-release</id> <url>http://localhost:8081/repository/demo-release/</url> </repository>
相关文章
相关标签/搜索