init: 클린 기반 auth 서버 설계
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
dependencies {
|
||||
implementation project(':application')
|
||||
implementation project(':domain')
|
||||
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||
implementation 'org.springframework:spring-web'
|
||||
implementation 'org.flywaydb:flyway-core'
|
||||
implementation 'org.flywaydb:flyway-database-postgresql'
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
testImplementation 'org.springframework.boot:spring-boot-data-jpa-test'
|
||||
testImplementation 'org.testcontainers:junit-jupiter:1.20.4'
|
||||
testImplementation 'org.testcontainers:postgresql:1.20.4'
|
||||
testRuntimeOnly 'org.postgresql:postgresql'
|
||||
}
|
||||
Reference in New Issue
Block a user