我现在配置的如下:
var ioc = {
transaction : {
type : 'org.nutz.aop.interceptor.TransactionInterceptor'
},
//声明一个log进行日志记录
log : {
type :'org.nutz.aop.interceptor.LoggingMethodInterceptor'
},
//repeatsubmit : {
// type :'com.uucin.uumall.interceptor.RepeatSubmitInterceptor'
//},
$aop : {
type : 'org.nutz.ioc.aop.config.impl.ComboAopConfigration',
fields : {
aopConfigrations : [
{type : 'org.nutz.ioc.aop.config.impl.JsonAopConfigration',
fields : {
itemList : [
['com\.mxlvniao\.lvniao\..+','.+','ioc:transaction']
]
}
},
{type : 'org.nutz.ioc.aop.config.impl.AnnotationAopConfigration'}
]
}
}
}
问答
ntuz事务嵌套,被嵌套的所有类,再执行当中遇到错误,全部回滚怎么配置json格式的?
标签:
无
1 回复
添加回复
请先登陆