使用依赖时 发现依赖有问题,回来检查发现没有 加springboot父工程
检查父模块是否加入父标签:
只需要在父模块中添加一次就可以了
<parent> <groupId>org.springframework.boot</groupId> <cartifactId>spring-boot-starter-parent</artifactId> <version>2.1.3.RELEASE</version> </parent>
<parent><groupId>org.springframework.boot</groupId>cartifactId>spring-boot-starter-parent</artifactId><version>2.1.3.RELEASE</version></parent> 标签:springboot,spring,boot,springframework,maven,模块 From: https://www.cnblogs.com/smilevv/p/17609195.html