可以連接數(shù)據(jù)庫但是不能創(chuàng)表,pom中有如下紅線,如何解決
紅線處分別提示:The managed version is 5.1.46 The artifact is managed in org.springframework.boot:spring-boot-dependencies:2.0.4.RELEASE
??????????????????????????? The managed version is 2.0.4.RELEASE The artifact is managed in org.springframework.boot:spring-boot-starter-parent:[unknown-version]
2018-09-19
啟動時會提示錯誤,但繼續(xù)啟動可以執(zhí)行,控制臺不報錯,但會有如下的紅字:
Wed Sep 19 17:17:59 CST 2018 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.