mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
自动获取jar的版本号进行banner的打印
This commit is contained in:
@@ -34,8 +34,4 @@ public class LOGOPrinter {
|
||||
Package pkg = LOGOPrinter.class.getPackage();
|
||||
return (pkg != null) ? pkg.getImplementationVersion() : "DEV";
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println(getVersion());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user