mysql数据库连接 application.properties

# 数据库链接信息
mysql.driver=com.mysql.cj.jdbc.Driver
mysql.url=jdbc:mysql://localhost:3306/xxxx?characterEncoding=UTF-8&serverTimezone=GMT%2B8
mysql.username=xxxx
mysql.password=xxxx
posted @ 2019-05-14 14:23  又又IT  阅读(5798)  评论(0)    收藏  举报