pom.xml导入的时候一个报错
'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-web:jar is missin
解决:
在父工程中加入
org.springframework.boot spring-boot-starter-parent2.1.4.RELEASE # 注意这里的版本根据自己实际修改

pom.xml导入的时候一个报错
'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-web:jar is missin
解决:
在父工程中加入
org.springframework.boot spring-boot-starter-parent2.1.4.RELEASE # 注意这里的版本根据自己实际修改