Spring使用记录
SimpleTraceInterceptor
transaction的propagation
context:companent-scan
lookup-method
lookup-method将spring的一个bean作为方法的返回值,重写了这个方法,在类里面这个方法可以使abstract的。通常返回的bean的scope不是singleton的,可能是带了状态的。
springmvc里面的配置可能会覆盖基础里面的配置,尤其注意context:companent-scan不要重叠了。所以一直的命名规范是很重要的。