Добавил логгер в настройки.Омталось созранение стате в бд поправить
This commit is contained in:
AidarKC
2025-12-25 14:53:08 +03:00
parent d460ea2952
commit c8ee9925a1
10 changed files with 104 additions and 24 deletions
+4 -1
View File
@@ -16,7 +16,10 @@ repositories {
}
dependencies {
implementation 'org.xerial:sqlite-jdbc:3.47.0.0'
implementation 'org.xerial:sqlite-jdbc:3.47.0.0' // sqlite
implementation "org.slf4j:slf4j-api:2.0.16" // вызов логгера
implementation project(':shine-server-config') // модуль с настройками
}