mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
dromara
This commit is contained in:
@@ -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']
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ bootJar {
|
||||
dependsOn jar
|
||||
archiveBaseName = 'maxkey-boot'
|
||||
version = "${project.version}-ga"
|
||||
mainClass = 'org.maxkey.MaxKeyApplication'
|
||||
mainClass = 'org.dromara.maxkey.MaxKeyApplication'
|
||||
manifest {
|
||||
attributes(
|
||||
"Implementation-Title": project.name,
|
||||
|
||||
@@ -40,7 +40,7 @@ jib {
|
||||
|
||||
}
|
||||
container {
|
||||
mainClass = "org.maxkey.MaxKeyMgtApplication"
|
||||
mainClass = "org.dromara.maxkey.MaxKeyMgtApplication"
|
||||
jvmFlags = ['-Dfile.encoding=utf-8', '-Dserver.port=9526','-Duser.timezone=Asia/Shanghai']
|
||||
ports = ['9526']
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ bootJar {
|
||||
dependsOn jar
|
||||
archiveBaseName = 'maxkey-mgt-boot'
|
||||
version = "${project.version}-ga"
|
||||
mainClass = 'org.maxkey.MaxKeyMgtApplication'
|
||||
mainClass = 'org.dromara.maxkey.MaxKeyMgtApplication'
|
||||
manifest {
|
||||
attributes(
|
||||
"Implementation-Title": project.name,
|
||||
|
||||
@@ -40,7 +40,7 @@ jib {
|
||||
|
||||
}
|
||||
container {
|
||||
mainClass = "org.maxkey.MaxKeyOpenApiApplication"
|
||||
mainClass = "org.dromara.maxkey.MaxKeyOpenApiApplication"
|
||||
jvmFlags = ['-Dfile.encoding=utf-8', '-Dserver.port=9525','-Duser.timezone=Asia/Shanghai']
|
||||
ports = ['9525']
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ bootJar {
|
||||
dependsOn jar
|
||||
archiveBaseName = 'maxkey-openapi-boot'
|
||||
version = "${project.version}-ga"
|
||||
mainClass = 'org.maxkey.MaxKeyOpenApiApplication'
|
||||
mainClass = 'org.dromara.maxkey.MaxKeyOpenApiApplication'
|
||||
manifest {
|
||||
attributes(
|
||||
"Implementation-Title": project.name,
|
||||
|
||||
Reference in New Issue
Block a user