spring_reference/VIII. Build tool plugins/60. Supporting other build ...

6 lines
545 B
Markdown
Raw Permalink Normal View History

### 60. 对其他构建系统的支持
如果想使用除了Maven和Gradle之外的构建工具你可能需要开发自己的插件。可执行jars需要遵循一个特定格式并且一些实体需要以不压缩的方式写入详情查看附录中的[可执行jar格式](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#executable-jar)章节)。
Spring Boot Maven和Gradle插件都利用`spring-boot-loader-tools`来实际地产生jars。如果需要你也可以自由地直接使用该库。