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.
我有方法注释:
@Transactional(timeout = 600)
然后在 weblogic 服务器配置中,我将 JTA 超时设置为 60 秒。那么在此过程中将使用哪个超时?
我想,对于所有@Transactional未指定超时的方法/类,weblogic 的默认值为 60。如果您指定超时 T (如在您的示例中),则将采用该超时。因此,在您的情况下,该方法将是 600。
@Transactional