springboot连接数据库com.mysql.cj.exceptions.WrongArgumentException: Malformed database URL, failed to par
前端报错:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Tue Dec 11 02:12:09 CST 2018
There was an unexpected error (type=Internal Server Error, status=500).
nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error querying
java 代码: spring.datasource.url=jdbc:mysql://localhost:3306/数据库?characterEncoding=utf8&&useSSL=true&&createDatabaseIfNotExist=true&&serverTimezone=GMT&&nullNamePatternMatchesAll=true
尾部占图