Cannot instantiate interface org
2021-06-21 本文已影响0人
无我_a50f
原因:
pom 文件没有继承 springboot parent
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.3.RELEASE</version>
</parent>