{"id":54164,"library":"spring-boot","title":"Spring Boot","description":"Core library for Spring Boot, enabling auto-configuration and standalone application creation.","status":"active","version":"4.1.0","language":"java","source_language":null,"source_url":"https://github.com/spring-projects/spring-boot","tags":["spring","boot","auto-configuration","microservices"],"install":[{"cmd":"<dependency>\n  <groupId>org.springframework.boot</groupId>\n  <artifactId>spring-boot</artifactId>\n  <version>4.1.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.springframework.boot:spring-boot:4.1.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"SpringApplication","correct":"org.springframework.boot.SpringApplication"}],"quickstart":{"code":"import org.springframework.boot.SpringApplication;\nimport org.springframework.boot.autoconfigure.SpringBootApplication;\n\n@SpringBootApplication\npublic class MyApplication {\n    public static void main(String[] args) {\n        SpringApplication.run(MyApplication.class, args);\n    }\n}","lang":"java","description":"Shows the standard entry point for a Spring Boot application."},"warnings":[{"fix":"Upgrade to Java 17+ and review the Spring Boot 4.0 migration guide.","message":"Spring Boot 4.x requires Java 17+ and may have breaking changes from 3.x.","severity":"breaking","affected_versions":">=4.0.0"}],"env_vars":null,"search_vec":"'applic':14 'auto':10,19 'auto-configur':9,18 'boot':2,7,17 'configur':11,20 'core':3 'creation':15 'enabl':8 'librari':4 'microservic':21 'spring':1,6,16 'standalon':13","created_at":"2026-06-15T08:49:54.186468+00:00","updated_at":"2026-06-15T08:49:54.186468+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/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"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}}