|
@@ -10,27 +10,29 @@ spring:
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
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://127.0.0.1:3306/erp-warehouse?useUnicode=true&characterEncoding=utf8&autoReconnect=true&rewriteBatchedStatements=true&useSSL=false
|
|
username: root
|
|
username: root
|
|
|
|
+ #password: root
|
|
password: Gd8XCWEef72GerxE
|
|
password: Gd8XCWEef72GerxE
|
|
|
|
|
|
#rabbitmq
|
|
#rabbitmq
|
|
rabbitmq:
|
|
rabbitmq:
|
|
- host: 127.0.0.1
|
|
|
|
|
|
+ host: 120.46.190.49
|
|
port: 5672
|
|
port: 5672
|
|
- username: guest
|
|
|
|
- password: guest
|
|
|
|
- virtual-host: /
|
|
|
|
|
|
+ username: admin
|
|
|
|
+ password: Gd8XCWEef72GerxE
|
|
|
|
+ virtual-host: /warehouse
|
|
|
|
|
|
#redis 配置
|
|
#redis 配置
|
|
redis:
|
|
redis:
|
|
type: standalone
|
|
type: standalone
|
|
config:
|
|
config:
|
|
type: manual
|
|
type: manual
|
|
- host: 127.0.0.1
|
|
|
|
|
|
+ host: 120.46.190.49
|
|
|
|
+ password: Iayq@742295
|
|
port: 6379
|
|
port: 6379
|
|
maxIdle: 500
|
|
maxIdle: 500
|
|
maxTotal: 500
|
|
maxTotal: 500
|
|
maxWaitMillis: -1
|
|
maxWaitMillis: -1
|
|
- database: 1
|
|
|
|
|
|
+ database: 3
|
|
|
|
|
|
# 开发环境日志为debug
|
|
# 开发环境日志为debug
|
|
logging:
|
|
logging:
|