|
@@ -8,7 +8,7 @@ spring:
|
|
|
ds0:
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/erp-warehouse?useUnicode=true&characterEncoding=utf8&autoReconnect=true&rewriteBatchedStatements=true&useSSL=false
|
|
|
+ url: jdbc:mysql://120.46.190.49:3306/erp-standard?useUnicode=true&characterEncoding=utf8&autoReconnect=true&rewriteBatchedStatements=true&useSSL=false
|
|
|
username: root
|
|
|
#password: root
|
|
|
password: Gd8XCWEef72GerxE
|
|
@@ -32,7 +32,7 @@ redis:
|
|
|
maxIdle: 500
|
|
|
maxTotal: 500
|
|
|
maxWaitMillis: -1
|
|
|
- database: 3
|
|
|
+ database: 4
|
|
|
|
|
|
# 开发环境日志为debug
|
|
|
logging:
|