Spring5.2.x源码导入idea


官网

 https://spring.io/

https://github.com/spring-projects/spring-framework

注释掉

id 'io.spring.gradle-enterprise-conventions' version '0.0.2'

更改repositories

repositories {
        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
        maven { url 'https://repo.spring.io/plugins-release' }
        maven { url "https://repo.spring.io/libs-spring-framework-build" }
        maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
        maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
        maven { url "https://plugins.gradle.org/m2/"}
    }

执行spring-oxm, spring-core (参考文件:import-into-eclipse.md)

$ gradle :spring-oxm:compileTestJava

或者选中项目,点击大象图标,输入命令: 

compileTestJava

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM