This commit is contained in:
MaxKey
2023-09-03 19:59:14 +08:00
parent 42bee8a03f
commit 6180c16112
6 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ jib {
}
}
container {
mainClass = "org.maxkey.MaxKeyApplication"
mainClass = "org.dromara.maxkey.MaxKeyApplication"
jvmFlags = ['-Dfile.encoding=utf-8', '-Dserver.port=9527','-Duser.timezone=Asia/Shanghai']
ports = ['9527']
}