Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Grails 中的服务(即 Spring bean)默认是事务性的,但我也可以使用 Spring Bean DSL 配置我自己的 Spring bean。
默认情况下,这些 bean 也是事务性的吗?
不,默认情况下不是。服务 Grails 插件(核心插件之一)显式地为想要事务的服务创建事务代理。