下载地址:
https://repo.spring.io/webapp/#/artifacts/browse/tree/General/libs-release-local/org/springframework/spring
http://repo.spring.io/release/org/springframework/spring/4.3.10.RELEASE/
原理:
注解:
1.@Component组件
spring中提供@Component的三个衍生注解:(功能目前来讲是一致的)
*@Controller :web层
*@Service:业务层
*@Repository:持久层(数据库操作)
这三个注解为了标注类本身的用途清晰,spring在后续版本会对其增强