Registry / build-tool / spring-boot-loader-tools

spring-boot-loader-tools

JSON →
library4.0.2javamavenunverified

Provides tools for building executable Spring Boot archives, including repackaging and launching.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-loader-tools</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-LOADER
S
spring-boot-loader-tools
build-tooljavav4.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LaunchScript
org.springframework.boot.loader.tools.LaunchScript

Generate a launch script for a Spring Boot executable JAR.

import org.springframework.boot.loader.tools.LaunchScript; import org.springframework.boot.loader.tools.Layout; LaunchScript script = new LaunchScript(); System.out.println(script.getLaunchScript());
Debug
Known issues
gotchaThis module is for build-time use only; do not include it as a runtime dependency.
fix
Use the spring-boot-maven-plugin or gradle plugin instead of adding this as a direct dependency.
affects: all
Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
spring-boot-loader-tools — mvn dependency:get spring-boot-loader-tools · libregistry