1.迁移product search 代码
2.先注释掉提示错误的代码,后续相关人员开发功能时自行解开 3.修改es连接方式为 rest,增加spring data jest
This commit is contained in:
12
search/search-rest/src/main/resources/rest.yaml
Normal file
12
search/search-rest/src/main/resources/rest.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# 服务器的配置项
|
||||
server:
|
||||
port: 18099
|
||||
servlet:
|
||||
context-path: /search-api/
|
||||
|
||||
# Swagger 配置项
|
||||
swagger:
|
||||
title: 商品查询子系统
|
||||
description: 商品查询子系统
|
||||
version: 1.0.0
|
||||
base-package: cn.iocoder.mall.search.rest.controller
|
||||
Reference in New Issue
Block a user