We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
别浪费时间了,纯粹就是引流的,下来代码mvn仓库依赖包都找不到, 编译通不过!
The text was updated successfully, but these errors were encountered:
开源的HZERO源码若要使用需要进行本地编译打包或上传到私人的maven仓库
执行hzero-service目录下的install.bat或者install.sh脚本
hzero-service
install.bat
install.sh
在hzero-service/pom.xml文件中添加仓库声明
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
再执行脚本
Sorry, something went wrong.
No branches or pull requests
别浪费时间了,纯粹就是引流的,下来代码mvn仓库依赖包都找不到, 编译通不过!
The text was updated successfully, but these errors were encountered: