spring源码4.3.x--001

Prerequisites

JDK 8 update 20 or later

Import sources into your IDE

Run ./import-into-eclipse.sh or read import-into-idea.md as appropriate.

Install all spring-* jars into your local Maven cache

./gradlew install

Compile and test; build all jars, distribution zips, and docs

./gradlew build   


Unrecognized VM option ‘MaxMetaspaceSize=1024m’

Error: Could not create the Java Virtual Machine.

Error: A fatal exception has occurred. Program will exit.                                   

编辑gradlew.bat直接填写jdk8安装路径



猜你喜欢

转载自blog.csdn.net/u012088516/article/details/80921582
4.3
今日推荐