diff --git a/src/main/resources/application-template.yaml b/src/main/resources/application-template.yaml index 16429ca..fcf8b48 100644 --- a/src/main/resources/application-template.yaml +++ b/src/main/resources/application-template.yaml @@ -5,7 +5,7 @@ spring: driver-class-name: com.mysql.cj.jdbc.Driver username: your-username password: your-password - url: jdbc:mysql://127.0.0.1:3306/equip_reserve?serverTimeZone=UTC + url: jdbc:mysql://127.0.0.1:3306/equip_reserve?serverTimeZone=Asia/Shanghai servlet: multipart: max-file-size: 15MB