v1.0.2发布,支持视频分析结果查看

This commit is contained in:
BBIT-Kai
2025-06-04 09:36:43 +08:00
parent a3f51dee7d
commit 89adaf02b9
62 changed files with 5975 additions and 4584 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ val postgres_version: String by project
plugins {
kotlin("jvm") version "2.1.0"
id("io.ktor.plugin") version "3.1.0"
id("io.ktor.plugin") version "3.1.3"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.20"
}
@@ -80,11 +80,11 @@ dependencies {
implementation("org.jetbrains.exposed:exposed-dao:$exposed_version")
implementation("org.jetbrains.exposed:exposed-jdbc:$exposed_version")
implementation("org.jetbrains.exposed:exposed-json:$exposed_version")
implementation ("org.jetbrains.exposed:exposed-kotlin-datetime:${exposed_version}")
// MySQL JDBC
// implementation("mysql:mysql-connector-java:8.0.33")
// PostgreSQL JDBC
implementation("org.postgresql:postgresql:$postgres_version")
implementation("org.jetbrains.exposed:exposed-kotlin-datetime:$exposed_version")
implementation("ch.qos.logback:logback-classic:$logback_version")
// Radis