springboot mysql8.0连接url
spring: datasource: username: root password: 123456 url: jdbc:mysql://localhost:3306/db_dorm?servertimezone=Asia?Shanghai&useUnicode=true&charaterEncoding=utf-8 driver-class-name: com.mysql.cj.jdbc.Driver
spring: datasource: username: root password: 123456 url: jdbc:mysql://localhost:3306/db_dorm?servertimezone=Asia?Shanghai&useUnicode=true&charaterEncoding=utf-8 driver-class-name: com.mysql.cj.jdbc.Driver