v1.0.2发布,支持视频分析结果查看
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user