spring框架(二)环境搭建、AOP、AspectJ、JdbcTemplate

spring环境搭建 编写流程(基于xml) 1.导入jar包:4个核心包+1个依赖包  --> beans/core/context/expression  | commons-logging 2.编写目标类:dao和service 3.spring配置文件 IoC:<bean id="" class="" > DI:<bean> <property name="" value="" | ref
相关文章
相关标签/搜索