add domain service, auth service

This commit is contained in:
dalbodeule
2024-06-05 23:15:29 +09:00
parent 3dd8fc69c1
commit d99606436d
18 changed files with 299 additions and 112 deletions

View File

@@ -24,7 +24,7 @@ repositories {
dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
// implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")