[#58] K6 성능 테스트 도입 #59

Merged
pricelees merged 8 commits from feat/#58 into main 2025-10-11 07:38:27 +00:00
Showing only changes of commit 95955faf33 - Show all commits

View File

@ -11,7 +11,7 @@ import org.springframework.stereotype.Component
private val log: KLogger = KotlinLogging.logger {} private val log: KLogger = KotlinLogging.logger {}
@Component @Component
@Profile("local") @Profile("!deploy & local")
class LocalDatabaseCleaner( class LocalDatabaseCleaner(
private val jdbcTemplate: JdbcTemplate private val jdbcTemplate: JdbcTemplate
) { ) {