讨论区 » AAS通用问题 »
由 qiu jk 在 将近 3 年 之前添加
应用使用Springboot
报错:NestedTransactionNotSupportedException:JTA implemenntation does not support nested transactions
如下图:
解决:
在应用配置文件application.properties增加 spring.jta.enabled=false