課程
/后端開發
/Java
/Springboot + ElasticSearch 構建博客檢索系統
@Document注解沒有type這個屬性
2022-04-30
源自:Springboot + ElasticSearch 構建博客檢索系統 5-5
正在回答
注意:構建這個項目需要降低springboot版本為:
? ? ?<parent>? ? ? ? ?<groupId>org.springframework.boot</groupId>? ? ? ? ?<artifactId>spring-boot-starter-parent</artifactId>? ? ? ? ?<version>2.2.0.RELEASE</version>? ? ? ? ?<relativePath/> <!-- lookup parent from repository -->? ? ?</parent>
然后清理IDEA緩存,重啟IDEA!
舉報
Springboot + ElasticSearch 構建個人博客檢索系統
13 回答Elasticsearch exception [type=json_parse_exception, reason=Current token (VALUE_NUMBER_INT) not of boolean type這是什么原因引起的、請教
2 回答搜索結果沒有分詞如何解決
4 回答ElasticsearchStatusException 這個問題有人遇到嗎
6 回答無法啟動 百度也沒有解決 求大神指導一下
1 回答數據庫表沒有嗎?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2023-04-25
注意:構建這個項目需要降低springboot版本為:
然后清理IDEA緩存,重啟IDEA!