@@ -7,7 +7,7 @@ server: | |||
context-path: /api | |||
spring: | |||
datasource: | |||
url: jdbc:mysql://localhost:3306/taauav_nanjing?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&useSSL=true&tinyInt1isBit=false | |||
url: jdbc:mysql://localhost:3306/taauav_app?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&useSSL=true&tinyInt1isBit=false | |||
username: root | |||
password: idontcare | |||
driver-class-name: com.mysql.cj.jdbc.Driver |