@Document注解没有type这个属性
注意:构建这个项目需要降低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!