当前位置:   article > 正文

spring boot和spring cloud版本对应关系_spring boot 2.7.17 对应的 spring cloud

spring boot 2.7.17 对应的 spring cloud

在我们引入spring cloud的时候,一定要注意spring cloud和spring boot的版本是有对应关系的,如果使用了不对应的版本,往往会导致一些奇奇怪怪得bug;

具体对应关系可以通过官方给的网址来获取:https://start.spring.io/actuator/info

访问该网址后可以得到一个json,通过这个json来获得对应版本;

例如:查看Spring cloud和spring boot的版本对应关系:

查看mybatis和spring boot的版本对应关系

本次获取结果如下所示:
 

  1. {
  2. "git": {
  3. "branch": "0096f7f1e09a0e0a9fc8e2772e5e0b76dfc28ead",
  4. "commit": {
  5. "id": "0096f7f",
  6. "time": "2022-06-25T10:05:52Z"
  7. }
  8. },
  9. "build": {
  10. "version": "0.0.1-SNAPSHOT",
  11. "artifact": "start-site",
  12. "versions": {
  13. "spring-boot": "2.7.1",
  14. "initializr": "0.13.0-SNAPSHOT"
  15. },
  16. "name": "start.spring.io website",
  17. "time": "2022-06-25T10:08:06.816Z",
  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.7": "Spring Boot >=2.6.0.M1 and <2.7.0-M1",
  25. "2.7.1": "Spring Boot >=2.7.0.M1 and <3.0.0-M1",
  26. "3.0.0-M3": "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.1": "Spring Boot >=2.6.0.M1 and <2.7.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.0": "Spring Boot >=2.6.0.M1 and <2.7.0-M1"
  36. },
  37. "spring-cloud": {
  38. "Hoxton.SR12": "Spring Boot >=2.2.0.RELEASE and <2.4.0.M1",
  39. "2020.0.5": "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.3": "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.1.0-M1"
  47. },
  48. "spring-cloud-azure": {
  49. "4.2.0": "Spring Boot >=2.5.0.M1 and <3.0.0-M1"
  50. },
  51. "spring-cloud-gcp": {
  52. "2.0.11": "Spring Boot >=2.4.0-M1 and <2.6.0-M1",
  53. "3.3.0": "Spring Boot >=2.6.0-M1 and <2.7.0-M1"
  54. },
  55. "spring-cloud-services": {
  56. "2.3.0.RELEASE": "Spring Boot >=2.3.0.RELEASE and <2.4.0-M1",
  57. "2.4.1": "Spring Boot >=2.4.0-M1 and <2.5.0-M1",
  58. "3.3.0": "Spring Boot >=2.5.0-M1 and <2.6.0-M1",
  59. "3.4.0": "Spring Boot >=2.6.0-M1 and <2.7.0-M1"
  60. },
  61. "spring-geode": {
  62. "1.3.12.RELEASE": "Spring Boot >=2.3.0.M1 and <2.4.0-M1",
  63. "1.4.13": "Spring Boot >=2.4.0-M1 and <2.5.0-M1",
  64. "1.5.14": "Spring Boot >=2.5.0-M1 and <2.6.0-M1",
  65. "1.6.9": "Spring Boot >=2.6.0-M1 and <2.7.0-M1",
  66. "1.7.1": "Spring Boot >=2.7.0-M1 and <3.0.0-M1",
  67. "2.0.0-M3": "Spring Boot >=3.0.0-M1 and <3.1.0-M1"
  68. },
  69. "vaadin": {
  70. "14.8.13": "Spring Boot >=2.1.0.RELEASE and <2.6.0-M1",
  71. "23.1.1": "Spring Boot >=2.6.0-M1 and <2.8.0-M1"
  72. },
  73. "wavefront": {
  74. "2.0.2": "Spring Boot >=2.1.0.RELEASE and <2.4.0-M1",
  75. "2.1.1": "Spring Boot >=2.4.0-M1 and <2.5.0-M1",
  76. "2.2.2": "Spring Boot >=2.5.0-M1 and <2.7.0-M1",
  77. "2.3.0": "Spring Boot >=2.7.0-M1 and <3.0.0-M1"
  78. }
  79. },
  80. "dependency-ranges": {
  81. "native": {
  82. "0.9.0": "Spring Boot >=2.4.3 and <2.4.4",
  83. "0.9.1": "Spring Boot >=2.4.4 and <2.4.5",
  84. "0.9.2": "Spring Boot >=2.4.5 and <2.5.0-M1",
  85. "0.10.0": "Spring Boot >=2.5.0-M1 and <2.5.2",
  86. "0.10.1": "Spring Boot >=2.5.2 and <2.5.3",
  87. "0.10.2": "Spring Boot >=2.5.3 and <2.5.4",
  88. "0.10.3": "Spring Boot >=2.5.4 and <2.5.5",
  89. "0.10.4": "Spring Boot >=2.5.5 and <2.5.6",
  90. "0.10.5": "Spring Boot >=2.5.6 and <2.5.9",
  91. "0.10.6": "Spring Boot >=2.5.9 and <2.6.0-M1",
  92. "0.11.0-M1": "Spring Boot >=2.6.0-M1 and <2.6.0-RC1",
  93. "0.11.0-M2": "Spring Boot >=2.6.0-RC1 and <2.6.0",
  94. "0.11.0-RC1": "Spring Boot >=2.6.0 and <2.6.1",
  95. "0.11.0": "Spring Boot >=2.6.1 and <2.6.2",
  96. "0.11.1": "Spring Boot >=2.6.2 and <2.6.3",
  97. "0.11.2": "Spring Boot >=2.6.3 and <2.6.4",
  98. "0.11.3": "Spring Boot >=2.6.4 and <2.6.6",
  99. "0.11.5": "Spring Boot >=2.6.6 and <2.7.0-M1",
  100. "0.12.0": "Spring Boot >=2.7.0-M1 and <3.0.0-M1"
  101. },
  102. "okta": {
  103. "1.4.0": "Spring Boot >=2.2.0.RELEASE and <2.4.0-M1",
  104. "1.5.1": "Spring Boot >=2.4.0-M1 and <2.4.1",
  105. "2.0.1": "Spring Boot >=2.4.1 and <2.5.0-M1",
  106. "2.1.5": "Spring Boot >=2.5.0-M1 and <2.7.0-M1"
  107. },
  108. "mybatis": {
  109. "2.1.4": "Spring Boot >=2.1.0.RELEASE and <2.5.0-M1",
  110. "2.2.2": "Spring Boot >=2.5.0-M1"
  111. },
  112. "camel": {
  113. "3.5.0": "Spring Boot >=2.3.0.M1 and <2.4.0-M1",
  114. "3.10.0": "Spring Boot >=2.4.0.M1 and <2.5.0-M1",
  115. "3.13.0": "Spring Boot >=2.5.0.M1 and <2.6.0-M1",
  116. "3.17.0": "Spring Boot >=2.6.0.M1 and <2.7.0-M1"
  117. },
  118. "picocli": {
  119. "4.6.3": "Spring Boot >=2.4.0.RELEASE and <3.0.0-M1"
  120. },
  121. "open-service-broker": {
  122. "3.2.0": "Spring Boot >=2.3.0.M1 and <2.4.0-M1",
  123. "3.3.1": "Spring Boot >=2.4.0-M1 and <2.5.0-M1",
  124. "3.4.1": "Spring Boot >=2.5.0-M1 and <2.6.0-M1",
  125. "3.5.0": "Spring Boot >=2.6.0-M1 and <2.7.0-M1"
  126. }
  127. }
  128. }

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

闽ICP备14008679号