‘parent.relativePath‘ of POM com.xx:xxxxx:1.0-SNAPSHOT points at com.example:zzu_gtp instead

在父工程pom文件下添加



    spring-boot-starter-parent
    org.springframework.boot
    2.7.3

变成


    spring-boot-starter-parent
    org.springframework.boot
    2.7.3
    

然后刷新maven就行了

你可能感兴趣的:(spring,boot)