add admin user logic

This commit is contained in:
vladp
2026-04-08 11:17:08 +07:00
parent 7b2de53b0e
commit feb8ab6b28
22 changed files with 890 additions and 1 deletions
+2
View File
@@ -32,6 +32,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.security:spring-security-crypto:6.5.3'
implementation("io.jsonwebtoken:jjwt:0.13.0")
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
runtimeOnly 'org.postgresql:postgresql'