天天看點

Could not find artifact org.springframework.boot:spring-boot-starter-parent:

解決方法:

修改spring-boot-starter-parent的版本

<groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-parent</artifactId>
   <version>2.2.1.RELEASE</version>
           

這個是版本問題 不相容