安徽租赁平台仓库初始化
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:
|
||||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 127.0.0.1:8848
|
||||
server-addr: 14.103.246.124:8848
|
||||
namespace: sgzb_bns
|
||||
# ip: 192.168.0.69
|
||||
config:
|
||||
# 配置中心地址
|
||||
server-addr: 127.0.0.1:8848
|
||||
server-addr: 14.103.246.124:8848
|
||||
namespace: sgzb_bns
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
|
|
@ -25,3 +26,12 @@ jasypt:
|
|||
encryptor:
|
||||
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
|
||||
profiles:
|
||||
# 环境配置
|
||||
active: dev
|
||||
active: material_mall_test
|
||||
# active: sgzb_bns_local
|
||||
|
||||
#加密组件
|
||||
jasypt:
|
||||
|
|
|
|||
|
|
@ -9,16 +9,16 @@ spring:
|
|||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 14.103.246.124:8848
|
||||
namespace: material_mall
|
||||
# namespace: material_mall_shanxi
|
||||
# namespace: material_mall
|
||||
namespace: material_mall_shanxi
|
||||
username: nacos
|
||||
password: nacos123
|
||||
ip: 192.168.0.69
|
||||
config:
|
||||
# 配置中心地址
|
||||
server-addr: 14.103.246.124:8848
|
||||
namespace: material_mall
|
||||
# namespace: material_mall_shanxi
|
||||
# namespace: material_mall
|
||||
namespace: material_mall_shanxi
|
||||
username: nacos
|
||||
password: nacos123
|
||||
# 配置文件格式
|
||||
|
|
|
|||
|
|
@ -8,11 +8,12 @@ spring:
|
|||
nacos:
|
||||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 127.0.0.1:8848
|
||||
server-addr: 14.103.246.124:8848
|
||||
namespace: sgzb_bns
|
||||
# ip: 192.168.0.69
|
||||
config:
|
||||
# 配置中心地址
|
||||
server-addr: 127.0.0.1:8848
|
||||
server-addr: 14.103.246.124:8848
|
||||
namespace: sgzb_bns
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
|
|
@ -29,7 +30,7 @@ spring:
|
|||
datasource:
|
||||
ds1:
|
||||
nacos:
|
||||
server-addr: 127.0.0.1:8848
|
||||
server-addr: 14.103.246.124:8848
|
||||
namespace: sgzb_bns
|
||||
dataId: sentinel-bonus-gateway
|
||||
groupId: DEFAULT_GROUP
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ spring:
|
|||
name: bonus-gateway
|
||||
profiles:
|
||||
# 环境配置
|
||||
active: dev
|
||||
# active: sgzb_bns_local
|
||||
active: material_mall_test
|
||||
|
||||
#加密组件
|
||||
jasypt:
|
||||
|
|
|
|||
|
|
@ -8,14 +8,20 @@ spring:
|
|||
nacos:
|
||||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 127.0.0.1:8848
|
||||
server-addr: 14.103.246.124:8848
|
||||
namespace: sgzb_bns
|
||||
ip: 192.168.0.69
|
||||
config:
|
||||
# 配置中心地址
|
||||
server-addr: 127.0.0.1:8848
|
||||
server-addr: 14.103.246.124:8848
|
||||
namespace: sgzb_bns
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
# 共享配置
|
||||
shared-configs:
|
||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||
|
||||
file:
|
||||
path: /home/bonus/file
|
||||
prefix: /
|
||||
domain: /
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@ spring:
|
|||
|
||||
profiles:
|
||||
# 环境配置
|
||||
active: dev
|
||||
# active: sgzb_bns_local
|
||||
active: material_mall_test
|
||||
|
||||
#加密组件
|
||||
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:
|
||||
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
|
||||
# ip: 192.168.0.69
|
||||
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
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@ spring:
|
|||
name: bonus-system
|
||||
profiles:
|
||||
# 环境配置
|
||||
active: dev
|
||||
# active: sgzb_bns_local
|
||||
active: material_mall_test
|
||||
|
||||
task:
|
||||
scheduling:
|
||||
pool:
|
||||
|
|
|
|||
Loading…
Reference in New Issue