|
@@ -19,7 +19,7 @@ spring:
|
|
|
timeout: 2000ms
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.1.24:3306/ecs?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
|
- username: root
|
|
|
+ userName: root
|
|
|
password: rrzTwWAYX8Gxh5JH
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
@@ -51,9 +51,9 @@ spring:
|
|
|
threadsInheritContextClassLoaderOfInitializingThread: true
|
|
|
dataSource:
|
|
|
default:
|
|
|
- URL: jdbc:mysql://47.101.137.223:3306:3306/pas?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
|
- username: root
|
|
|
- password: TU5x6IeBi7rl
|
|
|
+ URL: jdbc:mysql://192.168.1.24:3306/ecs?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
|
+ user: root
|
|
|
+ password: rrzTwWAYX8Gxh5JH
|
|
|
driver: com.mysql.jdbc.Driver
|
|
|
|
|
|
#数据库方式
|