Spring Cloud筆記-從2.2.x和H版開始說起(二)

教程分爲兩部分,第一部分,採用Spring Boot 2.x版和Spring Cloud H版,第二部分,採用Spring Cloud Alibaba。

Spring Cloud的命名規則是依賴字母命名的,從A-Z,Spring Boot的命名規則是依賴數字命名的,依次遞增。

關於Spring Cloud和Spring Boot的版本對應信息可以查看這裏,如果版本不一致可能會碰到奇奇怪怪的錯誤。

這個專欄使用的版本信息如下:

  • Spring Cloud:Hoxton.SR1
  • Spring Boot:2.2.2.RELEASE
  • Spring Cloud Alibaba:2.1.0.RELEASE
  • Java:Java 8
  • Maven:Maven 3.5及以上
  • MySQL:MySQL 5.7及以上

查看Spring Cloud的Reference Doc,可以看到Spring Cloud推薦使用的Spring Boot版本,如果更新了,那就按照官方文檔推薦的版本即可。

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章