auth-service done, it's work

This commit is contained in:
roma-dxunvrs
2026-04-11 16:24:39 +03:00
parent f93dca67f6
commit 2f4846e20d
10 changed files with 127 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ repositories {
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-session-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-webmvc'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'org.postgresql:postgresql'