com.blinkfox.jpack.entity.Linux Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpack-maven-plugin Show documentation
Show all versions of jpack-maven-plugin Show documentation
这是一个用于对 SpringBoot 服务打包为 Windows、Linux、Docker 或 Helm Chart 下可部署包的 Maven 插件。
package com.blinkfox.jpack.entity;
/**
* Linux 相关的配置参数,继承自 BaseConfig.
*
* @author blinkfox on 2019/5/21.
*/
public class Linux extends BaseConfig {
}