-
Notifications
You must be signed in to change notification settings - Fork 25
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
Givermei spring update version to 3.2.7 #44
base: main
Are you sure you want to change the base?
Conversation
Btw, this PR will also undo the code changes done for the messaging lab ... @sonwan2020 |
CREATE DATABASE IF NOT EXISTS petclinic; | ||
GRANT ALL PRIVILEGES ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc'; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should probably delete this again, I seem to remember with these lines in place we had issues starting up on Azure MySQL db
CREATE DATABASE IF NOT EXISTS petclinic; | ||
GRANT ALL PRIVILEGES ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc'; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same, these we should delete again.
CREATE DATABASE IF NOT EXISTS petclinic; | ||
GRANT ALL PRIVILEGES ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc'; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be deleted
@sonwan2020 can you review? Just to know as well if it's ok to override the full existing code. All edits in code will get lost with this PR. |
@vermegi I will merge and test this PR lately |
some upcoming PRs already upgrade this to 3.3.4 |
Purpose
fixes #33 and kinda #31
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
Run-through the full lab with this new version
What to Check
Verify that the following are valid
Other Information
I did not do a test run yet, this is just a clean copy paste from https://github.com/spring-petclinic/spring-petclinic-microservices/tree/main