我配置了 过滤器全局事务,但是有个类不想用事务 这么办。。有没有大神指点一下谢谢
6 回复
$aop : {
type : 'org.nutz.ioc.aop.config.impl.ComboAopConfigration',
fields : {
aopConfigrations : [
{ type : 'org.nutz.ioc.aop.config.impl.JsonAopConfigration',
fields : {
itemList : [
['cn.com.chanyue.+','.+','ioc:txREAD_COMMITTED']
]
}
},
{ type : 'org.nutz.ioc.aop.config.impl.AnnotationAopConfigration'}
]
}
},
添加回复
请先登陆