Registry / web-framework / spring-boot-starter

spring-boot-starter

JSON →
library4.0.2javamavenunverified

Core starter for Spring Boot applications with auto-configuration, logging, and YAML support.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter
web-frameworkjavav4.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.

SpringApplication
org.springframework.boot.SpringApplication

Minimal Spring Boot application entry point.

import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
51 hits · last 30 days
node
38
Resources
spring-boot-starter — mvn dependency:get spring-boot-starter · libregistry