SPU.get接口改造

This commit is contained in:
zhuyang
2021-10-06 22:50:17 +08:00
parent 30e2d08784
commit c50f99e7b3
37 changed files with 183 additions and 93 deletions

View File

@@ -9,12 +9,12 @@ spring:
data:
elasticsearch:
cluster-name: elasticsearch
cluster-nodes: 400-infra.server.iocoder.cn:9300
cluster-nodes: localhost:9300
repositories:
enable: true
elasticsearch:
rest:
uris: 400-infra.server.iocoder.cn:9200
uris: localhost:9200
# Dubbo 配置项
dubbo:
@@ -46,7 +46,7 @@ dubbo:
# RocketMQ 配置项
rocketmq:
name-server: 400-infra.server.iocoder.cn:9876
name-server: localhost:9876
# Actuator 监控配置项
management: