Bootstrap

IDEA修改Spring Boot版本

首先,确定需要的版本。

其次,注释掉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。

悦读

道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。

;