Registry / build-tool / spring-boot-loader

spring-boot-loader

JSON →
library3.5.1javamavenunverified

Core Spring Boot support for launching executable JARs and WARs, including custom class loading and archive handling.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-loader</artifactId> <version>3.5.1</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-LOADER
S
spring-boot-loader
build-tooljavav3.5.1
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.

JarLauncher
org.springframework.boot.loader.JarLauncher

Launch a Spring Boot application from an executable JAR.

import org.springframework.boot.loader.JarLauncher; public class MyApp { public static void main(String[] args) { new JarLauncher().launch(args); } }
Debug
Known issues
gotchaSpring Boot Loader classes are not intended for direct use in application code; they are used by the repackaged JAR.
fix
Do not import these classes in your application; use the spring-boot-maven-plugin to create executable JARs.
affects: >=3.5.1
Upgrade
Version history
3.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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