Merge branch 'dev' of http://47.97.8.94:19527/yj/zn-cloud into aiKai
This commit is contained in:
commit
76530b7031
@ -3,7 +3,7 @@ spring:
|
||||
name: gateway-server
|
||||
|
||||
profiles:
|
||||
active: local #local
|
||||
active: dev #local
|
||||
# active: prod
|
||||
server:
|
||||
port: 48080
|
||||
|
@ -3,7 +3,7 @@ spring:
|
||||
name: bpm-server
|
||||
|
||||
profiles:
|
||||
active: local #local
|
||||
active: dev #local
|
||||
# active: prod
|
||||
|
||||
server:
|
||||
|
@ -3,7 +3,7 @@ spring:
|
||||
name: infra-server
|
||||
|
||||
profiles:
|
||||
active: local #local
|
||||
active: dev #local
|
||||
# active: prod
|
||||
|
||||
server:
|
||||
|
@ -125,8 +125,8 @@ wx:
|
||||
miniapp: # 小程序配置(必填),参见 https://github.com/Wechat-Group/WxJava/blob/develop/spring-boot-starters/wx-java-miniapp-spring-boot-starter/README.md 文档
|
||||
# appid: wx62056c0d5e8db250
|
||||
# secret: 333ae72f41552af1e998fe1f54e1584a
|
||||
appid: wx63c280fe3248a3e7 # wenhualian的接口测试号
|
||||
secret: 6f270509224a7ae1296bbf1c8cb97aed
|
||||
appid: wxea777d1b1e12eb32 # wenhualian的接口测试号
|
||||
secret: 2db58956286099e58e959fa537e046b0
|
||||
config-storage:
|
||||
type: RedisTemplate # 采用 RedisTemplate 操作 Redis,会自动从 Spring 中获取
|
||||
key-prefix: wa # Redis Key 的前缀
|
||||
|
@ -143,8 +143,8 @@ wx:
|
||||
miniapp: # 小程序配置(必填),参见 https://github.com/Wechat-Group/WxJava/blob/develop/spring-boot-starters/wx-java-miniapp-spring-boot-starter/README.md 文档
|
||||
# appid: wx62056c0d5e8db250
|
||||
# secret: 333ae72f41552af1e998fe1f54e1584a
|
||||
appid: wx2919e237e6018bea # wenhualian的接口测试号
|
||||
secret: ad7ab17918f6defa85a9677778eb7780
|
||||
appid: wxea777d1b1e12eb32 # wenhualian的接口测试号
|
||||
secret: 2db58956286099e58e959fa537e046b0
|
||||
config-storage:
|
||||
type: RedisTemplate # 采用 RedisTemplate 操作 Redis,会自动从 Spring 中获取
|
||||
key-prefix: wa # Redis Key 的前缀
|
||||
|
@ -3,7 +3,7 @@ spring:
|
||||
name: system-server
|
||||
|
||||
profiles:
|
||||
active: local #local
|
||||
active: dev #local
|
||||
# active: prod
|
||||
|
||||
server:
|
||||
|
@ -3,7 +3,7 @@ spring:
|
||||
name: smartfactory-server
|
||||
|
||||
profiles:
|
||||
active: local
|
||||
active: dev
|
||||
|
||||
server:
|
||||
port: 48090
|
||||
|
Loading…
Reference in New Issue
Block a user