spring: datasource: url: jdbc:mysql://localhost:3306/gaowuz1?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC driver-class-name: com.mysql.cj.jdbc.Driver password: root username: root