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
When running ./mvnw clean verify -Ddockerfile.skip the build fail on building "Eureka Discovery Server" due to ${app.eureka.user} not found
./mvnw clean verify -Ddockerfile.skip
${app.eureka.user}
Desktop:
Possible Solution Add app.eureka.user and app.eureka.pass values to bootstrap.yml
app.eureka.user
app.eureka.pass
bootstrap.yml
The text was updated successfully, but these errors were encountered:
@benstitou Thanks very much, I was able to reproduce it, will fix it and update repository as soon as possible.
Sorry, something went wrong.
bbadf14
mohamed-taman
Successfully merging a pull request may close this issue.
When running
./mvnw clean verify -Ddockerfile.skip
the build fail on building "Eureka Discovery Server" due to${app.eureka.user}
not foundDesktop:
Possible Solution
Add
app.eureka.user
andapp.eureka.pass
values tobootstrap.yml
The text was updated successfully, but these errors were encountered: