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

Upgraded to Boot 2.2.1, this fixed the javax.net.ssl.SSLException thr… #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iuliana
Copy link

@iuliana iuliana commented Nov 27, 2019

Upgraded to Boot 2.2.1, this fixed the javax.net.ssl.SSLException thrown when application was stopped because the mysql driver had a bug.
Also added graceful stopping of the application.
And a CommandLineRunner to control application from command line and avoid duplicated declaration of beans.
Also added logging.
Also switched to YAML configuration because it is more practical.
Also fixed inconsistencies of Java versions in the pom.xml and added some Java 12 syntax.
Also removed redundant dependency from the pom.xml.

@iuliana iuliana force-pushed the master branch 3 times, most recently from 1efb7c5 to 13f388d Compare November 27, 2019 00:44
…own when application was stopped because the mysql driver had a bug. Also added graceful stopping of the application. And a CommandLineRunner to control application from command line and avoid duplicated declaration of beans.

Added dropping tables  when app is closed, so it can be run as many times as necessary.
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.

None yet

1 participant