使用idea構建spring 5源碼(macos)

1. 前置工作

  • 安裝 JDK 8或更高版本
❯ java -version
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)

2. 使用idea 構建 spring 源碼

2.1 下載 spring 5 源碼

訪問github上的 spring 框架的源碼, 下載源碼到本地spring 源碼

2.2 使用 idea 編譯源碼

打開 idea導入spring 源碼,等待自動編譯和構建

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