作者 DESKTOP-8BRAP2H\Aukey

连接本地数据库

@@ -14,8 +14,11 @@ spring: @@ -14,8 +14,11 @@ spring:
14 datasource: 14 datasource:
15 type: com.zaxxer.hikari.HikariDataSource 15 type: com.zaxxer.hikari.HikariDataSource
16 driver-class-name: com.mysql.cj.jdbc.Driver 16 driver-class-name: com.mysql.cj.jdbc.Driver
17 - username: trobs  
18 - password: dfU76$N(kp  
19 - url: jdbc:mysql://10.1.1.86:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8 17 + #username: trobs
  18 + #password: dfU76$N(kp
  19 + #url: jdbc:mysql://10.1.1.86:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
  20 + username: aukey_finance
  21 + password: AAbb1122
  22 + url: jdbc:mysql://127.0.0.1:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true
20 resources: 23 resources:
21 static-locations: classpath:/static/,classpath:/views/ 24 static-locations: classpath:/static/,classpath:/views/