Registry / utility / spring-boot-devtools

spring-boot-devtools

JSON →
library4.0.6javamavenunverified

Spring Boot Developer Tools provides automatic restart, live reload, and remote debugging capabilities for development.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <version>4.0.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-DEVTOO
S
spring-boot-devtools
utilityjavav4.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.

Restarter
org.springframework.boot.devtools.restart.Restarter

Checks if DevTools restart is active.

import org.springframework.boot.devtools.restart.Restarter; public class DevToolsExample { public static void main(String[] args) { Restarter restarter = Restarter.getInstance(); System.out.println("DevTools active: " + restarter.isRestarting()); } }
Debug
Known issues
gotchaDevTools should not be used in production; it can cause performance issues.
fix
Exclude spring-boot-devtools from production builds using Maven profiles.
affects: >=1.3.0
Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
spring-boot-devtools — mvn dependency:get spring-boot-devtools · libregistry