jdbc.driver=com.mysql.cj.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/o2o?useUnicode=true&characterEncoding=utf8&useSSL=true&serverTimezone=UTC
jdbc.username=root
jdbc.password=数据库的密码
mysql8.0以上注意三个地方:
1.com.mysql.cj.jdbc.Driver
2.&useSSL=true
3.&serverTimezone=UTC