正在显示
1 个修改的文件
包含
6 行增加
和
3 行删除
@@ -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/ |
-
请 注册 或 登录 后发表评论