Registry / build-tool / spring-boot-starter-parent

spring-boot-starter-parent

JSON →
library4.0.6javamavenunverified

Parent POM providing dependency management and plugin configuration for Spring Boot applications built with Maven.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>4.0.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-parent
build-tooljavav4.0.6
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.

SpringApplication
org.springframework.boot.SpringApplication

Starts a Spring Boot application with auto-configuration.

import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class Example { public static void main(String[] args) { SpringApplication.run(Example.class, args); } }
Debug
Known issues
breakingSpring Boot 4.0.6 is a pre-release version; APIs may change.
fix
Use a stable version like 3.x for production applications.
affects: 4.0.6
Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
59 hits · last 30 days
node
44
Amazon
1
OpenAI (training)
1
Resources
spring-boot-starter-parent — mvn dependency:get spring-boot-starter-parent · libregistry