企业🤖AI智能体构建引擎
,智能编排和调试,一键部署,支持私有化部署方案
广告
# Introducing Spring 这一章是整体介绍 Spring Framework 5 及其周边框架。讲了什么是 Spring,它的版本迭代历史,各个功能模块的特性支持,提了一下控制反转与依赖注入,面向切面编程(AOP),表达式语言(SPEL),数据校验,数据访问,XML对象处理,事务管理,集成,Web开发,WebSocket支持,远程调用,邮件支持,任务调度,动态脚本支持,还有简化异常处理。也有讲到 Spring Boot 和 Spring Security的使用。
Chapter 1 Introducing Spring
Chapter 2 Getting Started
hello-world
Chapter 3 Introducing IoC and DI in Spring
dependency-pull
contextualized-dependency-lookup
constructor-injection
方法注入——lookup-method