|
|
@ -29,7 +29,7 @@ management: |
|
|
spring: |
|
|
spring: |
|
|
cloud: |
|
|
cloud: |
|
|
consul: |
|
|
consul: |
|
|
host: 134.175.57.249 |
|
|
|
|
|
|
|
|
host: 127.0.0.1 |
|
|
port: 8500 |
|
|
port: 8500 |
|
|
inetutils: |
|
|
inetutils: |
|
|
preferredNetworks[0]: ^10\. |
|
|
preferredNetworks[0]: ^10\. |
|
|
@ -82,7 +82,7 @@ spring: |
|
|
host: smtp.mxhichina.com |
|
|
host: smtp.mxhichina.com |
|
|
port: 25 |
|
|
port: 25 |
|
|
username: kf@qingqinkj.com |
|
|
username: kf@qingqinkj.com |
|
|
password: QqKj@169$458 |
|
|
|
|
|
|
|
|
password: EmailPwd@email123 |
|
|
default-encoding: UTF-8 |
|
|
default-encoding: UTF-8 |
|
|
properties: |
|
|
properties: |
|
|
mail: |
|
|
mail: |
|
|
@ -205,9 +205,9 @@ spring: |
|
|
#password: zchcgl123!@# |
|
|
#password: zchcgl123!@# |
|
|
#driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
#driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
|
|
|
|
|
url: jdbc:mysql://123.207.117.5:3306/adm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
|
|
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
username: root |
|
|
username: root |
|
|
password: 1qaz@WSX |
|
|
|
|
|
|
|
|
password: DbPwd@db123 |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -218,24 +218,24 @@ spring: |
|
|
#password: root |
|
|
#password: root |
|
|
#driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
#driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
mem-ds: |
|
|
mem-ds: |
|
|
url: jdbc:mysql://123.207.117.5:3306/adm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
|
|
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
username: root |
|
|
username: root |
|
|
password: 1qaz@WSX |
|
|
|
|
|
|
|
|
password: DbPwd@db123 |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
mall-ds: |
|
|
mall-ds: |
|
|
url: jdbc:mysql://123.207.117.5:3306/adm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
|
|
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
username: root |
|
|
username: root |
|
|
password: 1qaz@WSX |
|
|
|
|
|
|
|
|
password: DbPwd@db123 |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
arc-ds: |
|
|
arc-ds: |
|
|
url: jdbc:mysql://123.207.117.5:3306/arc?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
|
|
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
username: root |
|
|
username: root |
|
|
password: 1qaz@WSX |
|
|
|
|
|
|
|
|
password: DbPwd@db123 |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
#redis 配置 |
|
|
#redis 配置 |
|
|
redis: |
|
|
redis: |
|
|
database: 0 |
|
|
database: 0 |
|
|
host: 134.175.57.249 |
|
|
|
|
|
|
|
|
host: 127.0.0.1 |
|
|
timeout: 300s |
|
|
timeout: 300s |
|
|
lettuce: |
|
|
lettuce: |
|
|
pool: |
|
|
pool: |
|
|
@ -273,7 +273,7 @@ logging: |
|
|
# mdp平台授权验证服务器访问地址 cloud环境下换成 http://gate,本地调试如果不起验证服务器,可改为 https://www.qingqinkj.com/api/m1/oauth2/oauth2 |
|
|
# mdp平台授权验证服务器访问地址 cloud环境下换成 http://gate,本地调试如果不起验证服务器,可改为 https://www.qingqinkj.com/api/m1/oauth2/oauth2 |
|
|
# 客户端必须在数据库表adm.oauth_client_details中配置,否则无法访问 |
|
|
# 客户端必须在数据库表adm.oauth_client_details中配置,否则无法访问 |
|
|
mdp: |
|
|
mdp: |
|
|
api-gate: http://134.175.57.249:6101 |
|
|
|
|
|
|
|
|
api-gate: http://127.0.0.1:6101 |
|
|
platform-branch-id: platform-branch-001 |
|
|
platform-branch-id: platform-branch-001 |
|
|
#配置图片文件上传下载的相关参数 |
|
|
#配置图片文件上传下载的相关参数 |
|
|
arc: |
|
|
arc: |
|
|
@ -285,7 +285,7 @@ mdp: |
|
|
site-type: cn |
|
|
site-type: cn |
|
|
jwt: |
|
|
jwt: |
|
|
# 如果不对接oauth2授权中心,jwt将有本地系统自行分发自行验证 设为false |
|
|
# 如果不对接oauth2授权中心,jwt将有本地系统自行分发自行验证 设为false |
|
|
connect-oauth2-server: true |
|
|
|
|
|
|
|
|
connect-oauth2-server: false |
|
|
oauth2: |
|
|
oauth2: |
|
|
server: |
|
|
server: |
|
|
uri: http://134.175.57.249:7000 |
|
|
|
|
|
|
|
|
uri: http://127.0.0.1:7000 |