修正版本号
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import org.gradle.kotlin.dsl.implementation
|
||||
|
||||
val kotlin_version: String by project
|
||||
val logback_version: String by project
|
||||
val kotlinx_html_version: String by project
|
||||
@@ -14,7 +12,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "ink.snowflake"
|
||||
version = "0.0.1"
|
||||
version = "1.0.4"
|
||||
|
||||
application {
|
||||
mainClass.set("io.ktor.server.tomcat.jakarta.EngineMain")
|
||||
|
||||
@@ -16,8 +16,8 @@ ktor:
|
||||
realm: "Snowflake Server"
|
||||
secret: "secret_jwt"
|
||||
database:
|
||||
url: "jdbc:postgresql://10.10.10.9:5432/ktor2"
|
||||
# url: "jdbc:postgresql://localhost:5432/ktor2"
|
||||
# url: "jdbc:postgresql://10.10.10.9:5432/ktor2"
|
||||
url: "jdbc:postgresql://localhost:5432/ktor2"
|
||||
driver: "org.postgresql.Driver"
|
||||
user: "postgres"
|
||||
password: "123456"
|
||||
|
||||
Reference in New Issue
Block a user