Loading

@SpringBootApplication 不能识别

不仅要引入

<parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.0.1.RELEASE</version>
        <relativePath/> <!-- lookup parent from repository -->
</parent>

还要引入

 <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter</artifactId>
</dependency>

 

posted @ 2020-07-24 09:58  青岑  阅读(1351)  评论(0编辑  收藏  举报