Could not create connection to database server.錯誤,那是因為mysql8.0版本的使用的數據庫連接字符串不一樣,而且還對時區有要求,引用下面的連接即可
url: jdbc:mysql://localhost:3306/yinliu?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true
driver: com.mysql.cj.jdbc.Driver