|
|
@@ -16,11 +16,11 @@ spring:
|
|
|
name: cfc-backend
|
|
|
datasource:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://192.168.16.251:3306/zxyj?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true&createDatabaseIfNotExist=true
|
|
|
+ url: jdbc:mysql://localhost:3306/zxyj?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true&createDatabaseIfNotExist=true
|
|
|
username: zxyj
|
|
|
password: zxyj@123
|
|
|
hikari:
|
|
|
- jdbc-url: jdbc:mysql://192.168.16.251:3306/zxyj?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true&createDatabaseIfNotExist=true
|
|
|
+ jdbc-url: jdbc:mysql://localhost:3306/zxyj?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true&createDatabaseIfNotExist=true
|
|
|
username: zxyj
|
|
|
password: zxyj@123
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
@@ -28,9 +28,9 @@ spring:
|
|
|
sfms:
|
|
|
datasource:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://bianwoyou.mysql.rds.aliyuncs.com:3305/sfms?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true
|
|
|
- username: sfms
|
|
|
- password: sfms@123
|
|
|
+ url: jdbc:mysql://localhost:3306/sfms?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true&createDatabaseIfNotExist=true
|
|
|
+ username: zxyj
|
|
|
+ password: zxyj@123
|
|
|
|
|
|
mybatis-plus:
|
|
|
mapper-locations: classpath*:/mapper/**/*.xml
|