Skip to content
New issue

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

fix #3000 #3098

Merged
merged 1 commit into from
May 31, 2020
Merged

fix #3000 #3098

merged 1 commit into from
May 31, 2020

Conversation

nobodyiam
Copy link
Member

What's the purpose of this PR

Use Spring Boot native datasource variables instead of custom ones

Which issue(s) this PR fixes:

Fixes #3000

Brief changelog

DS_URL => SPRING_DATASOURCE_URL
DS_USERNAME => SPRING_DATASOURCE_USERNAME
DS_PASSWORD => SPRING_DATASOURCE_PASSWORD

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Read the Contributing Guide before making this pull request.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit tests to verify the code.
  • Run mvn clean test to make sure this pull request doesn't break anything.

@nobodyiam nobodyiam merged commit 552bdfd into apolloconfig:master May 31, 2020
@nobodyiam nobodyiam added this to the 1.7.0 milestone Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

使用Dockerfile构建的镜像,启动报错
1 participant