首先,确定需要的版本。
其次,注释掉pom.xml文件中原来的版本信息。
<dependencies>
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-test</artifactId>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-web</artifactId>-->
<!-- </dependency>-->
</dependencies>
然后,找到所需版本的配置信息。
去这个网站https://mvnrepository.com/search?q=spring-boot-starter,找到自己想要的spring-boot-starter版本,复制下来,替换到父版本下。
最后,将配置信息复制、粘贴到pom.xml文件中,加载Maven。