Hibernate-SpringBoot
Hibernate-SpringBoot copied to clipboard
Upgraded to Boot 2.2.1, this fixed the javax.net.ssl.SSLException thr…
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.