66.1 Repackaging archives
To repackage an existing archive so that it becomes a self-contained executable archive use org.springframework.boot.loader.tools.Repackager
. The Repackager
class takes a single constructor argument that refers to an existing jar or war archive. Use one of the two available repackage()
methods to either replace the original file or write to a new destination. Various settings can also be configured on the repackager before it is run.