问答详情
源自:5-5 springboot 集成ES

@Document注解没有type这个属性

@Document注解没有type这个属性

提问者:慕斯卡0084161 2022-04-30 10:39

个回答

  • coldblod
    2023-04-25 19:10:15

    注意:构建这个项目需要降低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!