安徽租赁平台仓库初始化
This commit is contained in:
parent
60bdaa584f
commit
f6f0c97622
|
|
@ -0,0 +1,32 @@
|
||||||
|
# Tomcat
|
||||||
|
server:
|
||||||
|
port: 28081
|
||||||
|
|
||||||
|
# Spring
|
||||||
|
spring:
|
||||||
|
cloud:
|
||||||
|
nacos:
|
||||||
|
discovery:
|
||||||
|
# 服务注册地址
|
||||||
|
# server-addr: 192.168.1.2:8848
|
||||||
|
server-addr: 14.103.246.124:8848
|
||||||
|
# namespace: material_mall
|
||||||
|
namespace: material_mall_shanxi
|
||||||
|
ip: 192.168.0.69
|
||||||
|
config:
|
||||||
|
# 配置中心地址
|
||||||
|
# server-addr: 192.168.1.2:8848
|
||||||
|
server-addr: 14.103.246.124:8848
|
||||||
|
# namespace: material_mall
|
||||||
|
namespace: material_mall_shanxi
|
||||||
|
# 配置文件格式
|
||||||
|
file-extension: yml
|
||||||
|
# 共享配置
|
||||||
|
shared-configs:
|
||||||
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||||
|
|
||||||
|
#加密组件
|
||||||
|
jasypt:
|
||||||
|
encryptor:
|
||||||
|
password: Encrypt
|
||||||
|
|
||||||
|
|
@ -8,11 +8,12 @@ spring:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 127.0.0.1:8848
|
server-addr: 14.103.246.124:8848
|
||||||
namespace: sgzb_bns
|
namespace: sgzb_bns
|
||||||
|
# ip: 192.168.0.69
|
||||||
config:
|
config:
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 127.0.0.1:8848
|
server-addr: 14.103.246.124:8848
|
||||||
namespace: sgzb_bns
|
namespace: sgzb_bns
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
file-extension: yml
|
file-extension: yml
|
||||||
|
|
@ -25,3 +26,12 @@ jasypt:
|
||||||
encryptor:
|
encryptor:
|
||||||
password: Encrypt
|
password: Encrypt
|
||||||
|
|
||||||
|
|
||||||
|
#iws
|
||||||
|
third-party-login:
|
||||||
|
iws:
|
||||||
|
webAppId: 123456
|
||||||
|
webUrl: http://127.0.0.1:8080/
|
||||||
|
h5AppId: 123456789
|
||||||
|
h5Url: http://127.0.0.1:8080/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,8 @@ spring:
|
||||||
name: bonus-auth
|
name: bonus-auth
|
||||||
profiles:
|
profiles:
|
||||||
# 环境配置
|
# 环境配置
|
||||||
active: dev
|
active: material_mall_test
|
||||||
|
# active: sgzb_bns_local
|
||||||
|
|
||||||
#加密组件
|
#加密组件
|
||||||
jasypt:
|
jasypt:
|
||||||
|
|
|
||||||
|
|
@ -9,16 +9,16 @@ spring:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 14.103.246.124:8848
|
server-addr: 14.103.246.124:8848
|
||||||
namespace: material_mall
|
# namespace: material_mall
|
||||||
# namespace: material_mall_shanxi
|
namespace: material_mall_shanxi
|
||||||
username: nacos
|
username: nacos
|
||||||
password: nacos123
|
password: nacos123
|
||||||
ip: 192.168.0.69
|
ip: 192.168.0.69
|
||||||
config:
|
config:
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 14.103.246.124:8848
|
server-addr: 14.103.246.124:8848
|
||||||
namespace: material_mall
|
# namespace: material_mall
|
||||||
# namespace: material_mall_shanxi
|
namespace: material_mall_shanxi
|
||||||
username: nacos
|
username: nacos
|
||||||
password: nacos123
|
password: nacos123
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,12 @@ spring:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 127.0.0.1:8848
|
server-addr: 14.103.246.124:8848
|
||||||
namespace: sgzb_bns
|
namespace: sgzb_bns
|
||||||
|
# ip: 192.168.0.69
|
||||||
config:
|
config:
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 127.0.0.1:8848
|
server-addr: 14.103.246.124:8848
|
||||||
namespace: sgzb_bns
|
namespace: sgzb_bns
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
file-extension: yml
|
file-extension: yml
|
||||||
|
|
@ -29,7 +30,7 @@ spring:
|
||||||
datasource:
|
datasource:
|
||||||
ds1:
|
ds1:
|
||||||
nacos:
|
nacos:
|
||||||
server-addr: 127.0.0.1:8848
|
server-addr: 14.103.246.124:8848
|
||||||
namespace: sgzb_bns
|
namespace: sgzb_bns
|
||||||
dataId: sentinel-bonus-gateway
|
dataId: sentinel-bonus-gateway
|
||||||
groupId: DEFAULT_GROUP
|
groupId: DEFAULT_GROUP
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,8 @@ spring:
|
||||||
name: bonus-gateway
|
name: bonus-gateway
|
||||||
profiles:
|
profiles:
|
||||||
# 环境配置
|
# 环境配置
|
||||||
active: dev
|
# active: sgzb_bns_local
|
||||||
|
active: material_mall_test
|
||||||
|
|
||||||
#加密组件
|
#加密组件
|
||||||
jasypt:
|
jasypt:
|
||||||
|
|
|
||||||
|
|
@ -8,14 +8,20 @@ spring:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 127.0.0.1:8848
|
server-addr: 14.103.246.124:8848
|
||||||
namespace: sgzb_bns
|
namespace: sgzb_bns
|
||||||
|
ip: 192.168.0.69
|
||||||
config:
|
config:
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 127.0.0.1:8848
|
server-addr: 14.103.246.124:8848
|
||||||
namespace: sgzb_bns
|
namespace: sgzb_bns
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
file-extension: yml
|
file-extension: yml
|
||||||
# 共享配置
|
# 共享配置
|
||||||
shared-configs:
|
shared-configs:
|
||||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||||
|
|
||||||
|
file:
|
||||||
|
path: /home/bonus/file
|
||||||
|
prefix: /
|
||||||
|
domain: /
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,8 @@ spring:
|
||||||
|
|
||||||
profiles:
|
profiles:
|
||||||
# 环境配置
|
# 环境配置
|
||||||
active: dev
|
# active: sgzb_bns_local
|
||||||
|
active: material_mall_test
|
||||||
|
|
||||||
#加密组件
|
#加密组件
|
||||||
jasypt:
|
jasypt:
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,31 @@
|
||||||
|
# Tomcat
|
||||||
|
server:
|
||||||
|
port: 28082
|
||||||
|
|
||||||
|
# Spring
|
||||||
|
spring:
|
||||||
|
cloud:
|
||||||
|
nacos:
|
||||||
|
discovery:
|
||||||
|
# 服务注册地址
|
||||||
|
# server-addr: 192.168.1.2:8848
|
||||||
|
server-addr: 14.103.246.124:8848
|
||||||
|
# namespace: material_mall
|
||||||
|
namespace: material_mall_shanxi
|
||||||
|
ip: 192.168.0.69
|
||||||
|
config:
|
||||||
|
# 配置中心地址
|
||||||
|
#server-addr: 192.168.1.2:8848
|
||||||
|
server-addr: 14.103.246.124:8848
|
||||||
|
# namespace: material_mall
|
||||||
|
namespace: material_mall_shanxi
|
||||||
|
# 配置文件格式
|
||||||
|
file-extension: yml
|
||||||
|
# 共享配置
|
||||||
|
shared-configs:
|
||||||
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||||
|
|
||||||
|
#加密组件
|
||||||
|
jasypt:
|
||||||
|
encryptor:
|
||||||
|
password: Encrypt
|
||||||
|
|
@ -8,11 +8,16 @@ spring:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 127.0.0.1:8848
|
# server-addr: 43.134.4.238:8848
|
||||||
|
# namespace: sgzb_bns
|
||||||
|
server-addr: 14.103.246.124:8848
|
||||||
namespace: sgzb_bns
|
namespace: sgzb_bns
|
||||||
|
# ip: 192.168.0.69
|
||||||
config:
|
config:
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 127.0.0.1:8848
|
# server-addr: 43.134.4.238:8848
|
||||||
|
# namespace: sgzb_bns
|
||||||
|
server-addr: 14.103.246.124:8848
|
||||||
namespace: sgzb_bns
|
namespace: sgzb_bns
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
file-extension: yml
|
file-extension: yml
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,9 @@ spring:
|
||||||
name: bonus-system
|
name: bonus-system
|
||||||
profiles:
|
profiles:
|
||||||
# 环境配置
|
# 环境配置
|
||||||
active: dev
|
# active: sgzb_bns_local
|
||||||
|
active: material_mall_test
|
||||||
|
|
||||||
task:
|
task:
|
||||||
scheduling:
|
scheduling:
|
||||||
pool:
|
pool:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue