generated from pricelees/issue-pr-template
refactor: LocalDatabaseCleaner에 Profile != deploy 조건 추가
This commit is contained in:
parent
a16144a400
commit
95955faf33
@ -11,7 +11,7 @@ import org.springframework.stereotype.Component
|
||||
private val log: KLogger = KotlinLogging.logger {}
|
||||
|
||||
@Component
|
||||
@Profile("local")
|
||||
@Profile("!deploy & local")
|
||||
class LocalDatabaseCleaner(
|
||||
private val jdbcTemplate: JdbcTemplate
|
||||
) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user