spring源码解析记录3
2018-08-08 本文已影响0人
过河卒sc
springxml标签分为两种:
默认标签:
<bean id="test" class="xxxx.Test">
自定义标签
<tx:annotation-driven/>
另种标签的格式区别很大,所以解析方式有所不同
springxml标签分为两种:
默认标签:
<bean id="test" class="xxxx.Test">
自定义标签
<tx:annotation-driven/>
另种标签的格式区别很大,所以解析方式有所不同