트랜잭션 Propagation behavior Spring In Action을 보니 다음과 같이 적혀 있습니다. Propagation behavior defines the boundaries of the transaction with respect tothe client and to the method being called. 클라이언트(?)와 메소드가 실행되는 트랜잭션 경계를 정의하는 속성인 듯 합니다. 7 가지 전달 방식이 있습니다. Propagation Behavior What