Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 657 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 657 Bytes

spring练习项目

里面的例子都是根据《Spring实战4》这本书来写的

spring-base是基本的介绍,对应第一章

spring-bean是关于bean的例子,对应第二和第三章

SpEL表达式

bean的作用域

spring-sop是关于sop的例子,对应第四章

AOP基本介绍

spring-security是关于权限的,对应第九章

security需要注意提防

spring-amqp是关于高级消息队列,对应第十七章

AMQP介绍