1 Star 0 Fork 292

SNAKE/Spring5源码分析

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 930 Bytes
一键复制 编辑 原始数据 按行查看 历史
ForFuture Code 提交于 2021-10-08 15:42 . 模拟SpringBoot启动应用
include "spring-aop"
include "spring-aspects"
include "spring-beans"
include "spring-context"
include "spring-context-support"
include "spring-context-indexer"
include "spring-core"
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 "spring-framework-bom"
// Exposes gradle buildSrc for IDE support
include "buildSrc"
rootProject.children.find{ it.name == "buildSrc" }.name = "spring-build-src"
rootProject.name = "spring"
rootProject.children.each {project ->
project.buildFileName = "${project.name}.gradle"
}
include 'zhong-boot'
include 'zhong-ioc'
include 'zhong-web'
include 'zhong-analysis'
include 'zhong-aop'
include 'zhong-beans'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/genji12581/spring-framework-analysis.git
git@gitee.com:genji12581/spring-framework-analysis.git
genji12581
spring-framework-analysis
Spring5源码分析
master

搜索帮助