摘要: 我使用了hutool的 FileUtil,IdUtil,所以需要引入hutool: <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.8.11</version> </de 阅读全文
posted @ 2023-01-19 17:23 河北大学-徐小波 阅读(160) 评论(0) 推荐(0) 编辑
摘要: pom.xml 增加依赖(注意版本要和springboot匹配) <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-elasticsearch</artifact 阅读全文
posted @ 2023-01-19 15:17 河北大学-徐小波 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 我本地安装了连个版本的es: elasticsearch-7.0.0 elasticsearch-8.2.0 启动时7.0版本时会报错,然后退出来,看错误提示感觉是jdk版本问题,我本地jdk版本太多了,经常会切,这也不太方便,所以我就想看有没有什么办法把特定版本的es中的jdk版本固定下来,不要每 阅读全文
posted @ 2023-01-19 11:44 河北大学-徐小波 阅读(408) 评论(0) 推荐(0) 编辑