The Executable Jar Format
spring-boot-loader
模块可以让 Spring Boot 支持可执行的 jar 和 war 文件。如果您使用 Maven 插件或 Gradle 插件,那么可执行 jar 将自动生成,通常不需要了解它们的工作原理。
The spring-boot-loader
modules lets Spring Boot support executable jar and war files.
If you use the Maven plugin or the Gradle plugin, executable jars are automatically generated, and you generally do not need to know the details of how they work.
如果您需要通过不同的构建系统创建可执行 jar,或者只是对基础技术感到好奇,那么此附录提供了一些背景知识。
If you need to create executable jars from a different build system or if you are just curious about the underlying technology, this appendix provides some background.