I use eclipse 4.5 with STS 3.7.2 in Java8 and tried to use MySQL, I got message as below when compile it, I compared my project with other projects, the application.properties and pom.xml no big difference, but those projects don't show these warnings, I want to know why and how to avoid it.
Code:
2015-12-29 11:26:22.111 INFO 3349 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
Tue Dec 29 11:26:22 JST 2015 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
...
2015-12-29 11:26:22.408 INFO 3349 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect