mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-31 14:01:57 +08:00
java -Dloader.path='lib' -jar 启动
This commit is contained in:
@@ -17,7 +17,7 @@ bootJar {
|
|||||||
manifest {
|
manifest {
|
||||||
attributes "Main-Class": "org.springframework.boot.loader.PropertiesLauncher"
|
attributes "Main-Class": "org.springframework.boot.loader.PropertiesLauncher"
|
||||||
attributes "Manifest-Release-Version": version + "-" + getGitVersion()
|
attributes "Manifest-Release-Version": version + "-" + getGitVersion()
|
||||||
// attributes "Class-Path": configurations.runtime.files.collect { "../lib/$it.name" }.join(" ")
|
// attributes "Class-Path": configurations.runtime.files.collect { "../lib/$it.name" }.join(" ")
|
||||||
attributes "releaseVersion": version + "-" + getGitVersion()
|
attributes "releaseVersion": version + "-" + getGitVersion()
|
||||||
attributes "vendor": "GRIDNT山东网聪信息科技有限公司"
|
attributes "vendor": "GRIDNT山东网聪信息科技有限公司"
|
||||||
attributes "buildTime": new Date().format("yyyy-MM-dd HH:mm:ss", TimeZone.getTimeZone("GMT+08:00"))
|
attributes "buildTime": new Date().format("yyyy-MM-dd HH:mm:ss", TimeZone.getTimeZone("GMT+08:00"))
|
||||||
|
|||||||
Reference in New Issue
Block a user