v3.5.0.GA
This commit is contained in:
@@ -30,8 +30,8 @@ jib {
|
||||
}
|
||||
container {
|
||||
mainClass = "org.maxkey.MaxKeyApplication"
|
||||
jvmFlags = ['-Dfile.encoding=utf-8', '-Dserver.port=443','-Duser.timezone=Asia/Shanghai']
|
||||
ports = ['443']
|
||||
jvmFlags = ['-Dfile.encoding=utf-8', '-Dserver.port=9527','-Duser.timezone=Asia/Shanghai']
|
||||
ports = ['9527']
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,6 +57,4 @@ dependencies {
|
||||
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
||||
implementation project(":maxkey-protocols:maxkey-protocol-jwt")
|
||||
|
||||
implementation project(":maxkey-webs:maxkey-web-resources")
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user