1 Star 0 Fork 116

ttt123 / spring-framework

forked from 大都督 / spring-framework 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
nice89163 提交于 2020-09-26 16:07 . 大批注释
pluginManagement {
repositories {
gradlePluginPortal()
maven { url 'https://repo.spring.io/plugins-release' }
}
}
apply from: "$rootDir/gradle/build-cache-settings.gradle"
include "spring-aop"
include "spring-aspects"
include "spring-beans"
include "spring-context"
include "spring-context-support"
include "spring-context-indexer"
include "spring-core"
include "kotlin-coroutines"
project(':kotlin-coroutines').projectDir = file('spring-core/kotlin-coroutines')
include "spring-expression"
include "spring-instrument"
include "spring-jcl"
include "spring-jdbc"
include "spring-jms"
include "spring-messaging"
include "spring-orm"
include "spring-oxm"
include "spring-test"
include "spring-tx"
include "spring-web"
include "spring-webmvc"
include "spring-webflux"
include "spring-websocket"
include "framework-bom"
include "integration-tests"
rootProject.name = "spring"
rootProject.children.each {project ->
project.buildFileName = "${project.name}.gradle"
}
include 'luban'
include 'luban-aop'
include 'luban-spring-beanDefinition'
include 'luban-transaction'
1
https://gitee.com/yypaipai/spring-framework.git
git@gitee.com:yypaipai/spring-framework.git
yypaipai
spring-framework
spring-framework
master

搜索帮助