Mac OSX Catalina
JDK: 1.8.0_191
IDE: IDEA 2019.2.4
Step 1: I cloned the latest code from Github repo: https://github.com/spring-projects/spring-framework.git.
Step 2: Then follow the guidelines of https://github.com/spring-projects/spring-framework/blob/master/import-into-idea.md
After all the operations, still got import errors in the IDE:
I checked the source code files, all the files are there.
Also, I checked this post: springframework source in Idea Intellij But it seems not relevant to mine.
Note: If I run ./gradlew build
, no errors happened in the command line.
Any suggestions?