- 后端:修改配置文件,指向服务器
- 增加 .gitattributes ,解决 github 识别项目错误问题
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# es
|
||||
spring:
|
||||
data:
|
||||
elasticsearch:
|
||||
cluster-name: elasticsearch
|
||||
cluster-nodes: 192.168.88.14:9300
|
||||
repositories:
|
||||
enable: true
|
||||
|
||||
# rocketmq
|
||||
rocketmq:
|
||||
name-server: 192.168.88.14:9876
|
||||
producer:
|
||||
group: search-producer-group
|
||||
@@ -19,6 +19,7 @@ dubbo:
|
||||
scan:
|
||||
base-packages: cn.iocoder.mall.search.biz.service
|
||||
provider:
|
||||
filter: -exception
|
||||
ProductSearchService:
|
||||
version: 1.0.0
|
||||
consumer:
|
||||
|
||||
Reference in New Issue
Block a user