InputStream inputStream = Version.class.getClassLoader().getResourceAsStream("/META-INF/MANIFEST.MF");
String version = DEFAULT_VERSION;
Manifest manifest = new Manifest(inputStream);
Attributes ab = manifest.getMainAttributes();
version = ab.getValue(Name.IMPLEMENTATION_VERSION);
最后欢迎大家访问我的个人网站:1024s