Database in work. Added connection pool, etc

This commit is contained in:
2026-05-12 21:43:18 +03:00
parent 99800e9d37
commit efa3cb63b9
38 changed files with 589 additions and 104 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
rootProject.name = 'Lab6'
rootProject.name = 'Lab7'
include 'client'
include 'server'
include 'common'