-
Notifications
You must be signed in to change notification settings - Fork 54
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
chore: update Hibernate sample code #368
Conversation
<property name="hibernate.connection.driver_class" value="software.amazon.jdbc.Driver"/> | ||
<property name="hibernate.connection.url" value="jdbc:aws-wrapper:postgresql://hostname.amazonaws.com/hibernate_orm_test"/> | ||
<property name="hibernate.connection.url" value="jdbc:aws-wrapper:postgresql://database-pg.cluster-cwpu2jclcwdc.us-east-2.rds.amazonaws.com/hibernate_orm_test"/> |
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.
don't forget to remove this :P
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.
😱 thank you
eba3bc0
to
015c86d
Compare
public static void main(String[] args) { | ||
int i = 0; | ||
try { | ||
while (true) { |
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.
Need a condition to exit the loop. It could be a time (5 min?) or a number of iteration.
5f31ce4
to
d02e797
Compare
Summary
Update Hibernate sample code to reflect changes in the wrapper source code.
Description
Additional Reviewers
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.