add projectService

This commit is contained in:
2026-05-02 00:46:47 +03:00
parent 415ab4faf0
commit b2b066e0d3
22 changed files with 480 additions and 9 deletions
+3
View File
@@ -41,6 +41,9 @@ dependencies {
implementation "org.flywaydb:flyway-database-postgresql:10.4.1"
implementation 'jakarta.persistence:jakarta.persistence-api:3.1.0'
// MongoDB
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'
// Безопасность и JWT
implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.5'