읽기 메소드 트랜잭션 설정 수정

master
mjkhan21 11 months ago
parent e204826a94
commit 26bec6d65a

@ -38,7 +38,7 @@ public class AbstractTransaction {
protected TransactionInterceptor txAdvice() {
RuleBasedTransactionAttribute read = new RuleBasedTransactionAttribute(
TransactionDefinition.PROPAGATION_REQUIRED,
TransactionDefinition.PROPAGATION_SUPPORTS,
List.of(new RollbackRuleAttribute(Throwable.class))
);
read.setReadOnly(true);

Loading…
Cancel
Save