摘要: 1、springboot如何整合ES 1、导入坐标 (下面是老版本的es坐标官方已经不推荐使用) <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-elastic 阅读全文
posted @ 2022-11-20 17:40 Paul15963 阅读(1306) 评论(0) 推荐(0) 编辑
摘要: 1、先安装brew 参考地址:https://zhuanlan.zhihu.com/p/111014448 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 2、安装php b 阅读全文
posted @ 2022-10-02 14:08 Paul15963 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 1、ES安装的版本问题 本地jdk1.8 ES必须是7.13之前的版本 目前电脑使用的是7.1.3的版本 https://blog.csdn.net/weixin_43820434/article/details/124387628 2、安装ik分词器 下载地址:https://github.com 阅读全文
posted @ 2022-09-11 21:05 Paul15963 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1、下载安装 git clone https://gitee.com/mirrors/Nacos.git cd nacos/ # 如果本地没有mvn命令, 或者是编译过程中报错,缺少jdk, 需要全局配置mvn命令, vim ~/.bash_profile # 添加以下命令 export PATH= 阅读全文
posted @ 2022-08-22 11:47 Paul15963 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 1、在pom.yml文件中引入Eureka-client的服务依赖 <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eu 阅读全文
posted @ 2022-08-15 19:54 Paul15963 阅读(19) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zengdongwen/article/details/95073548?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7 阅读全文
posted @ 2022-08-06 11:40 Paul15963 阅读(26) 评论(0) 推荐(0) 编辑
摘要: WebSocket connection to 'wss://xxx.com/wss' failed: Error during WebSocket handshake: 'Connection' header value must contain 'Upgrade' 要将客户端和服务器之间的连接从 阅读全文
posted @ 2022-05-16 10:32 Paul15963 阅读(1936) 评论(0) 推荐(0) 编辑