ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/EsSearchController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-admin/src/main/resources/application.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-admin/src/main/resources/www.bendudu.com.pfx | 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/EsSearchController.java
@@ -3,7 +3,6 @@ import com.ruoyi.common.core.domain.AjaxResult; import com.ruoyi.common.core.domain.entity.EsModel; import com.ruoyi.service.EsService; import org.springframework.data.elasticsearch.core.SearchHits; import org.springframework.web.bind.annotation.*; import javax.annotation.Resource; ruoyi-admin/src/main/resources/application.yml
@@ -19,13 +19,13 @@ server: # 服务器的HTTP端口,默认为8080 port: 8080 # ssl: #ssl配置 # # resources根目录的”证书源文件.pfx“ # key-store: www.bendudu.com.pfx # # “.pfx”证书对应格式,“.jks"证书对应“RSA” # key-store-type: PKCS12 # key-store-password: tc6h7mav # #key-password: 私钥密码 ssl: #ssl配置 # resources根目录的”证书源文件.pfx“ key-store: classpath:www.bendudu.com.pfx # “.pfx”证书对应格式,“.jks"证书对应“RSA” key-store-type: PKCS12 key-store-password: tc6h7mav #key-password: 私钥密码 servlet: # 应用的访问路径 ruoyi-admin/src/main/resources/www.bendudu.com.pfxBinary files differ