Skip to content

Making an Archive Fully Executable #174

Open
@tamalnath

Description

@tamalnath

Spring Boot provides support for fully executable archives. An archive is made fully executable by prepending a shell script that knows how to launch the application. On Unix-like platforms, this launch script allows the archive to be run directly like any other executable or to be installed as a service.

Maven and Gradle plugins currently support this:

Need a way to build a fully executable jar using Bazel.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions