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
我先后执行了 git clone https://github.com/zhangxd1989/spring-boot-cloud.git cd spring-boot-cloud mvn clean package 报错,在pom.xml中添加 org.apache.maven.plugins maven-surefire-plugin 2.18.1 true 解决了问题,然后执行docker-compose up -d,提示unkonwhost: register,错误退出137,我应该怎么修改,还有哪些操作是我遗漏的?谢谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我先后执行了
git clone https://github.com/zhangxd1989/spring-boot-cloud.git
cd spring-boot-cloud
mvn clean package 报错,在pom.xml中添加
org.apache.maven.plugins
maven-surefire-plugin
2.18.1
true
解决了问题,然后执行docker-compose up -d,提示unkonwhost: register,错误退出137,我应该怎么修改,还有哪些操作是我遗漏的?谢谢!
The text was updated successfully, but these errors were encountered: