【问题标题】:Springboot version春季启动版本
【发布时间】:2020-04-07 17:18:26
【问题描述】:

如何查看 Spring Boot 版本兼容性问题?

谢谢

【问题讨论】:

    标签: spring spring-boot tomcat


    【解决方案1】:

    你可以看看Spring boot官方文档中的System Requirement section

    https://docs.spring.io/spring-boot/docs/2.2.x/reference/htmlsingle/#getting-started-system-requirements

    注意,上面写着Tomcat 9.0,但它也明确声明支持any Servlet 3.1+ 容器,Tomcat 8.5 是。

    【讨论】:

      【解决方案2】:

      为了检查 Tomcat 是否与提到的 Spring Boot 版本兼容,请查看 documentation

      为了查看spring boot自己提供的是哪个版本,可以看spring-boot dependencies pom.xml

      【讨论】:

        猜你喜欢
        • 2017-12-08
        • 2017-09-11
        • 2015-04-18
        • 2017-06-24
        • 2015-08-22
        • 2015-09-18
        • 2015-03-20
        • 2018-01-24
        • 2016-08-22
        相关资源
        最近更新 更多