{"id":54376,"library":"spring-boot-devtools","title":"Spring Boot Developer Tools","description":"Spring Boot Developer Tools provides automatic restart, live reload, and remote debugging capabilities for development.","status":"active","version":"4.0.6","language":"java","source_language":null,"source_url":"https://github.com/spring-projects/spring-boot","tags":["spring","spring-boot","devtools","development"],"install":[{"cmd":"<dependency>\n  <groupId>org.springframework.boot</groupId>\n  <artifactId>spring-boot-devtools</artifactId>\n  <version>4.0.6</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.springframework.boot:spring-boot-devtools:4.0.6'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Restarter","correct":"org.springframework.boot.devtools.restart.Restarter"}],"quickstart":{"code":"import org.springframework.boot.devtools.restart.Restarter;\n\npublic class DevToolsExample {\n    public static void main(String[] args) {\n        Restarter restarter = Restarter.getInstance();\n        System.out.println(\"DevTools active: \" + restarter.isRestarting());\n    }\n}","lang":"java","description":"Checks if DevTools restart is active."},"warnings":[{"fix":"Exclude spring-boot-devtools from production builds using Maven profiles.","message":"DevTools should not be used in production; it can cause performance issues.","severity":"gotcha","affected_versions":">=1.3.0"}],"env_vars":null,"search_vec":"'automat':10 'boot':2,6,23 'capabl':17 'debug':16 'develop':3,7,19,25 'devtool':24 'live':12 'provid':9 'reload':13 'remot':15 'restart':11 'spring':1,5,20,22 'spring-boot':21 'tool':4,8","created_at":"2026-06-15T09:03:03.655189+00:00","updated_at":"2026-06-15T09:03:03.655189+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://spring.io/projects/spring-boot","github":"https://github.com/spring-projects/spring-boot","docs":"https://appdoc.app/artifact/org.springframework.boot/spring-boot-devtools/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}