fix(community): 조회 서비스 트랜잭션을 읽기 전용으로 실행한다
This commit is contained in:
@@ -41,6 +41,7 @@ import java.time.LocalDateTime
|
||||
import java.time.ZoneId
|
||||
|
||||
@Service
|
||||
@Transactional(readOnly = true)
|
||||
class CreatorCommunityService(
|
||||
private val canPaymentService: CanPaymentService,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user