Open luobintianya opened 7 months ago
开源的HZERO源码若要使用需要进行本地编译打包或上传到私人的maven仓库
执行hzero-service
目录下的install.bat
或者install.sh
脚本
在hzero-service/pom.xml
文件中添加仓库声明
<distributionManagement>
<repository>
<id>{Repository Id}</id>
<name>{Repository Name}</name>
<url>{Repository Url}</url>
</repository>
</distributionManagement>
修改hzero-service
目录下的install.bat
或者install.sh
脚本,添加deploy,例如:
mvn clean install -Dmaven.springboot.skip=true -Dmaven.test.skip=true -Dfile.encoding=UTF-8
->
mvn clean install deploy -Dmaven.springboot.skip=true -Dmaven.test.skip=true -Dfile.encoding=UTF-8
再执行脚本
别浪费时间了,纯粹就是引流的,下来代码mvn仓库依赖包都找不到, 编译通不过!