当前位置:   article > 正文

springboot版本与spring framework版本对应关系_spring boot和spring framework版本的兼容表

spring boot和spring framework版本的兼容表

1.首先创建一个springboot项目,指定parent为

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

2.声明

<dependencies>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-web</artifactId>
    </dependency>
</dependencies>

3.在IDE中点击如图按钮

可以看到spring-boot-dependencies-2.2.6.RELEASE.pom 文件,里面有各个依赖的版本信息

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/309146?site
推荐阅读
相关标签
  

闽ICP备14008679号