2021年12月24日
摘要: 1.依赖 2.properties配置 3.使用 一 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-elasticsearch</artifactId> 阅读全文
posted @ 2021-12-24 22:59 biind 阅读(61) 评论(0) 推荐(0)
摘要: 1.创建索引put:http://localhost:9201/test1{ "mappings": { "properties": { "id": { "type": "long", "store": true }, "name": { "type": "text", "store": true 阅读全文
posted @ 2021-12-24 22:14 biind 阅读(48) 评论(0) 推荐(0)