Skip to content

Commit

Permalink
bug :: transactional 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Feb 15, 2024
1 parent 313d60f commit 53227a9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ import com.example.mergebackend.infra.deploy.DeployClient
import com.example.mergebackend.infra.deploy.dto.FeignCreateDeployRequest
import org.springframework.data.repository.findByIdOrNull
import org.springframework.stereotype.Service
import org.springframework.transaction.annotation.Transactional
import java.util.*

@Transactional
@Service
private class DeployServiceImpl(
private val deployRepository: DeployRepository,
Expand Down

0 comments on commit 53227a9

Please sign in to comment.