Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次我创建一个与最后一个相同内容的 jar 文件时,md5 校验和总是会改变。我相信这是关于时间戳和创建日期,但我想有一定的理由。谢谢大家。
这可能是因为您的构建过程在每次运行时都会创建一些文件。例如,MANIFEST.MF位于下META-INF可能包含日期、内部版本号等。因此,如果它对您很重要,请检查清单和其他生成生成的文件。
MANIFEST.MF
META-INF