|
@@ -8,7 +8,10 @@ app:
|
|
|
|
|
|
# 服务配置
|
|
|
server:
|
|
|
- address: 172.18.0.193
|
|
|
+ ## 生产环境
|
|
|
+ # address: 172.18.0.193
|
|
|
+ ## 开发测试环境
|
|
|
+ address: 127.0.0.1
|
|
|
port: 6666
|
|
|
|
|
|
|
|
@@ -22,6 +25,9 @@ ds:
|
|
|
# 使用环境
|
|
|
spring:
|
|
|
profiles:
|
|
|
+ ## 生产环境
|
|
|
+ #active:
|
|
|
+ ## 开发测试环境
|
|
|
active: dev
|
|
|
aop:
|
|
|
proxy-target-class: true
|
|
@@ -32,9 +38,11 @@ spring:
|
|
|
# 数据源zaxxer HikariCP 读取通天晓数据库
|
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
|
driver-class-name: org.mariadb.jdbc.Driver
|
|
|
+ ## 开发测试环境
|
|
|
url: jdbc:mysql://out-rm-wz9rps8173a1nx63gio.mysql.rds.aliyuncs.com:3306/wms_qhds?useSSL=false&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=convertToNull
|
|
|
username: cout_qw
|
|
|
password: 1#DR1yZCN$
|
|
|
+ ## 生产环境
|
|
|
# url: jdbc:mysql://rm-wz9rps8173a1nx63g819.mysql.rds.aliyuncs.com:3306/wms_qhds?useSSL=false&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=convertToNull
|
|
|
# username: qhdsf_wms
|
|
|
# password: g$2tX98$tX
|
|
@@ -66,9 +74,11 @@ spring:
|
|
|
# 数据源zaxxer HikariCP 读取oms
|
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
|
driver-class-name: org.mariadb.jdbc.Driver
|
|
|
+ ## 开发测试环境
|
|
|
url: jdbc:mysql://out-rm-wz9rps8173a1nx63gio.mysql.rds.aliyuncs.com:3306/oms_write?useSSL=false&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=convertToNull
|
|
|
username: out_qhm
|
|
|
password: r%4PEusOn&
|
|
|
+ ## 生产环境
|
|
|
# url: jdbc:mysql://rm-wz9rps8173a1nx63g819.mysql.rds.aliyuncs.com:3306/oms_write?useSSL=false&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=convertToNull
|
|
|
# username: qhdsi_oms
|
|
|
# password: ZuQhCA#px3
|