• Spring 体系版本对应关系


     

    目录

    spring与JDK版本对应

    springboot版本对应情况


    spring与JDK版本对应

    Spring Framework 6.0.x:JDK 17-21
    Spring Framework 5.3.x:JDK 8-19
    Spring Framework 5.2.x:JDK 8-15
    Spring Framework 5.1.x:JDK 8-12
    Spring Framework 5.0.x:JDK 8-10
    Spring Framework 4.3.x:JDK 6-8

    springboot版本对应情况

     官方给的网址来获取:https://start.spring.io/actuator/info

     JSON格式化后数据

    1. {
    2. "git": {
    3. "branch": "6f7ecf166dfb1108861b3afc9dfa444b1145e7e6",
    4. "commit": {
    5. "id": "6f7ecf1",
    6. "time": "2022-10-20T18:06:50Z"
    7. }
    8. },
    9. "build": {
    10. "version": "0.0.1-SNAPSHOT",
    11. "artifact": "start-site",
    12. "versions": {
    13. "spring-boot": "2.7.5",
    14. "initializr": "0.13.0-SNAPSHOT"
    15. },
    16. "name": "start.spring.io website",
    17. "time": "2022-10-20T18:09:56.773Z",
    18. "group": "io.spring.start"
    19. },
    20. "bom-ranges": {
    21. "codecentric-spring-boot-admin": {
    22. "2.4.3": "Spring Boot >=2.3.0.M1 and <2.5.0-M1",
    23. "2.5.6": "Spring Boot >=2.5.0.M1 and <2.6.0-M1",
    24. "2.6.8": "Spring Boot >=2.6.0.M1 and <2.7.0-M1",
    25. "2.7.4": "Spring Boot >=2.7.0.M1 and <3.0.0-M1",
    26. "3.0.0-M4": "Spring Boot >=3.0.0-M1 and <3.1.0-M1"
    27. },
    28. "solace-spring-boot": {
    29. "1.1.0": "Spring Boot >=2.3.0.M1 and <2.6.0-M1",
    30. "1.2.2": "Spring Boot >=2.6.0.M1 and <3.0.0-M1"
    31. },
    32. "solace-spring-cloud": {
    33. "1.1.1": "Spring Boot >=2.3.0.M1 and <2.4.0-M1",
    34. "2.1.0": "Spring Boot >=2.4.0.M1 and <2.6.0-M1",
    35. "2.3.2": "Spring Boot >=2.6.0.M1 and <3.0.0-M1"
    36. },
    37. "spring-cloud": {
    38. "Hoxton.SR12": "Spring Boot >=2.2.0.RELEASE and <2.4.0.M1",
    39. "2020.0.6": "Spring Boot >=2.4.0.M1 and <2.6.0-M1",
    40. "2021.0.0-M1": "Spring Boot >=2.6.0-M1 and <2.6.0-M3",
    41. "2021.0.0-M3": "Spring Boot >=2.6.0-M3 and <2.6.0-RC1",
    42. "2021.0.0-RC1": "Spring Boot >=2.6.0-RC1 and <2.6.1",
    43. "2021.0.4": "Spring Boot >=2.6.1 and <3.0.0-M1",
    44. "2022.0.0-M1": "Spring Boot >=3.0.0-M1 and <3.0.0-M2",
    45. "2022.0.0-M2": "Spring Boot >=3.0.0-M2 and <3.0.0-M3",
    46. "2022.0.0-M3": "Spring Boot >=3.0.0-M3 and <3.0.0-M4",
    47. "2022.0.0-M4": "Spring Boot >=3.0.0-M4 and <3.0.0-M5",
    48. "2022.0.0-M5": "Spring Boot >=3.0.0-M5 and <3.1.0-M1"
    49. },
    50. "spring-cloud-azure": {
    51. "4.3.0": "Spring Boot >=2.5.0.M1 and <2.7.0-M1",
    52. "4.4.0": "Spring Boot >=2.7.0-M1 and <3.0.0-M1"
    53. },
    54. "spring-cloud-gcp": {
    55. "2.0.11": "Spring Boot >=2.4.0-M1 and <2.6.0-M1",
    56. "3.4.0": "Spring Boot >=2.6.0-M1 and <3.0.0-M1"
    57. },
    58. "spring-cloud-services": {
    59. "2.3.0.RELEASE": "Spring Boot >=2.3.0.RELEASE and <2.4.0-M1",
    60. "2.4.1": "Spring Boot >=2.4.0-M1 and <2.5.0-M1",
    61. "3.3.0": "Spring Boot >=2.5.0-M1 and <2.6.0-M1",
    62. "3.4.0": "Spring Boot >=2.6.0-M1 and <2.7.0-M1",
    63. "3.5.0": "Spring Boot >=2.7.0-M1 and <3.0.0-M1"
    64. },
    65. "spring-geode": {
    66. "1.3.12.RELEASE": "Spring Boot >=2.3.0.M1 and <2.4.0-M1",
    67. "1.4.13": "Spring Boot >=2.4.0-M1 and <2.5.0-M1",
    68. "1.5.14": "Spring Boot >=2.5.0-M1 and <2.6.0-M1",
    69. "1.6.12": "Spring Boot >=2.6.0-M1 and <2.7.0-M1",
    70. "1.7.4": "Spring Boot >=2.7.0-M1 and <3.0.0-M1",
    71. "2.0.0-M5": "Spring Boot >=3.0.0-M1 and <3.1.0-M1"
    72. },
    73. "spring-shell": {
    74. "2.1.2": "Spring Boot >=2.7.0 and <3.0.0-M1",
    75. "3.0.0-M1": "Spring Boot >=3.0.0-M1 and <3.1.0-M1"
    76. },
    77. "vaadin": {
    78. "14.8.20": "Spring Boot >=2.1.0.RELEASE and <2.6.0-M1",
    79. "23.2.5": "Spring Boot >=2.6.0-M1 and <2.8.0-M1"
    80. },
    81. "wavefront": {
    82. "2.0.2": "Spring Boot >=2.1.0.RELEASE and <2.4.0-M1",
    83. "2.1.1": "Spring Boot >=2.4.0-M1 and <2.5.0-M1",
    84. "2.2.2": "Spring Boot >=2.5.0-M1 and <2.7.0-M1",
    85. "2.3.0": "Spring Boot >=2.7.0-M1 and <3.0.0-M1"
    86. }
    87. },
    88. "dependency-ranges": {
    89. "native": {
    90. "0.9.0": "Spring Boot >=2.4.3 and <2.4.4",
    91. "0.9.1": "Spring Boot >=2.4.4 and <2.4.5",
    92. "0.9.2": "Spring Boot >=2.4.5 and <2.5.0-M1",
    93. "0.10.0": "Spring Boot >=2.5.0-M1 and <2.5.2",
    94. "0.10.1": "Spring Boot >=2.5.2 and <2.5.3",
    95. "0.10.2": "Spring Boot >=2.5.3 and <2.5.4",
    96. "0.10.3": "Spring Boot >=2.5.4 and <2.5.5",
    97. "0.10.4": "Spring Boot >=2.5.5 and <2.5.6",
    98. "0.10.5": "Spring Boot >=2.5.6 and <2.5.9",
    99. "0.10.6": "Spring Boot >=2.5.9 and <2.6.0-M1",
    100. "0.11.0-M1": "Spring Boot >=2.6.0-M1 and <2.6.0-RC1",
    101. "0.11.0-M2": "Spring Boot >=2.6.0-RC1 and <2.6.0",
    102. "0.11.0-RC1": "Spring Boot >=2.6.0 and <2.6.1",
    103. "0.11.0": "Spring Boot >=2.6.1 and <2.6.2",
    104. "0.11.1": "Spring Boot >=2.6.2 and <2.6.3",
    105. "0.11.2": "Spring Boot >=2.6.3 and <2.6.4",
    106. "0.11.3": "Spring Boot >=2.6.4 and <2.6.6",
    107. "0.11.5": "Spring Boot >=2.6.6 and <2.7.0-M1",
    108. "0.12.0": "Spring Boot >=2.7.0-M1 and <2.7.1",
    109. "0.12.1": "Spring Boot >=2.7.1 and <3.0.0-M1"
    110. },
    111. "okta": {
    112. "1.4.0": "Spring Boot >=2.2.0.RELEASE and <2.4.0-M1",
    113. "1.5.1": "Spring Boot >=2.4.0-M1 and <2.4.1",
    114. "2.0.1": "Spring Boot >=2.4.1 and <2.5.0-M1",
    115. "2.1.6": "Spring Boot >=2.5.0-M1 and <3.0.0-M1"
    116. },
    117. "mybatis": {
    118. "2.1.4": "Spring Boot >=2.1.0.RELEASE and <2.5.0-M1",
    119. "2.2.2": "Spring Boot >=2.5.0-M1"
    120. },
    121. "camel": {
    122. "3.5.0": "Spring Boot >=2.3.0.M1 and <2.4.0-M1",
    123. "3.10.0": "Spring Boot >=2.4.0.M1 and <2.5.0-M1",
    124. "3.13.0": "Spring Boot >=2.5.0.M1 and <2.6.0-M1",
    125. "3.17.0": "Spring Boot >=2.6.0.M1 and <2.7.0-M1",
    126. "3.19.0": "Spring Boot >=2.7.0.M1 and <3.0.0-M1"
    127. },
    128. "picocli": {
    129. "4.6.3": "Spring Boot >=2.4.0.RELEASE and <3.0.0-M1"
    130. },
    131. "open-service-broker": {
    132. "3.2.0": "Spring Boot >=2.3.0.M1 and <2.4.0-M1",
    133. "3.3.1": "Spring Boot >=2.4.0-M1 and <2.5.0-M1",
    134. "3.4.1": "Spring Boot >=2.5.0-M1 and <2.6.0-M1",
    135. "3.5.0": "Spring Boot >=2.6.0-M1 and <2.7.0-M1"
    136. }
    137. }
    138. }

  • 相关阅读:
    C语言基础(下)
    笔记本电脑没有麦克风,声音无法找到输入设备
    全志A40i工业核心板,100%国产4核ARM Cortex-A7,支持“双屏异显”【显示接口能力,工业HMI首选方案】
    基于.NetCore开发博客项目 StarBlog - (13) 加入友情链接功能
    二十三种设计模式全面解析-从线程安全到创新应用:探索享元模式的进阶之路
    AI应用开发之路-准备:发起一个开源小项目 DashScope SDK for .NET
    基于 Python 的豆瓣电影分析、可视化系统,附源码
    在x86的Docker中构建TVM的ARM环境
    神经网络拟合图像:Implicit Neural Representations with Periodic Activation Functions
    鸿蒙-实践课程五 android、HarmonyOS Database
  • 原文地址:https://blog.csdn.net/fjza1168/article/details/127438575