HappyWeasel
Spring Boot - Transaction 클래스에 선언 시 특정 메소드 예외처리 본문
@Transactional
public class MyTransactionalClass {
@Transactional(propagation = Propagation.NOT_SUPPORTED)
public void nonTransactionalMethod() {...}
}
Transaction 클래스에 선언 시 특정 메소드 예외처리
'Back-End > Spring' 카테고리의 다른 글
Spring - API Gateway (0) | 2021.01.28 |
---|---|
Spring - MSA (수정 중) (0) | 2021.01.28 |
Spring Boot - cloud Hystrix (0) | 2021.01.26 |
Spring Boot - Embedded Tomcat Container 추가 설정 (0) | 2021.01.26 |
Spring - HttpServletResponse error 반환시 message가 비어서 올 때 (0) | 2021.01.20 |
Comments