xml配置复杂
Bean 介绍 优点
获取rui。
反射机制,
ForEach用法。打印
Spring调度流程
原Servlet调度流程。GOOD
Servlet的维护,一个Servlet对应一个URI。随着业务的增多,没法维护
Spring 包结构:
Core
Beans 负责Spring bean的维护和管理
Core Spring框架中常用的工具包
Context 提供不同场景的Spring框架接口
SpEl Spring表达式语言包 (提供查询和操作数据的功能)
请求分发流程
向内嵌tomcat中,注册servlet
结构设计的结果
spring对应的包结构
反射
工厂模式
注解
servlet维护
// https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '8.5.23'
Tomcat
Sevlet
jar { manifest{ attributes "Main-Class" : "com.mooc.zbs.Application" } from{ configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } } }