transactional1 WebClient를 @Transactional과 사용할때 오류나면 롤백되는 이유 해당 형태롸 같은 코드 구조에서 Transaction silently rolled back because it has been marked as rollback-only 가 계속 발생하였다 @Transactional public void deleteProdcut(DeleteRequestDto serviceDto) throws ApiException { securityService.initSystemPrincipal(); Product product = getProductByBarcode(serviceDto.getBarcode()); try { asyncService.updateProductSaleToStop(product.getBarco.. 2025. 4. 8. 이전 1 다음