{"id":13451779,"url":"https://github.com/micronaut-projects/micronaut-core","last_synced_at":"2026-04-28T11:06:00.043Z","repository":{"id":37359210,"uuid":"124230204","full_name":"micronaut-projects/micronaut-core","owner":"micronaut-projects","description":"Micronaut Application Framework","archived":false,"fork":false,"pushed_at":"2025-05-05T18:08:41.000Z","size":107732,"stargazers_count":6216,"open_issues_count":783,"forks_count":1101,"subscribers_count":171,"default_branch":"4.9.x","last_synced_at":"2025-05-05T22:49:43.404Z","etag":null,"topics":["cloudnative","groovy","java","kotlin","microservices","serverless"],"latest_commit_sha":null,"homepage":"http://micronaut.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/micronaut-projects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.adoc","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-03-07T12:05:08.000Z","updated_at":"2025-05-03T10:24:23.000Z","dependencies_parsed_at":"2024-02-05T13:29:52.716Z","dependency_job_id":"541fdac4-30a1-446f-b605-5f5029981c0e","html_url":"https://github.com/micronaut-projects/micronaut-core","commit_stats":{"total_commits":11684,"total_committers":450,"mean_commits":"25.964444444444446","dds":0.7155939746662102,"last_synced_commit":"9e045ca2067df35f593c04f37c9b3f6af80ecb4e"},"previous_names":[],"tags_count":292,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micronaut-projects%2Fmicronaut-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micronaut-projects%2Fmicronaut-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micronaut-projects%2Fmicronaut-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micronaut-projects%2Fmicronaut-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micronaut-projects","download_url":"https://codeload.github.com/micronaut-projects/micronaut-core/tar.gz/refs/heads/4.9.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252590526,"owners_count":21772935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudnative","groovy","java","kotlin","microservices","serverless"],"created_at":"2024-07-31T07:01:02.221Z","updated_at":"2026-02-25T12:18:07.206Z","avatar_url":"https://github.com/micronaut-projects.png","language":"Java","funding_links":[],"categories":["Java","开发框架","Back-End Development","\u003ca name=\"Java\"\u003e\u003c/a\u003eJava"],"sub_categories":[],"readme":"# Micronaut Framework\n\n[![Build Status](https://github.com/micronaut-projects/micronaut-core/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-core/actions)\n[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle\u0026labelColor=02303A)](https://ge.micronaut.io/scans)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=micronaut-projects_micronaut-core\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=micronaut-projects_micronaut-core)\n\n[Micronaut Framework](https://micronaut.io) is a modern, JVM-based, full stack Java framework designed for building modular, easily testable JVM applications with support for Java, Kotlin and the Groovy language.\n\nThe Micronaut framework was originally created by a team who had also worked on the Grails framework. The Micronaut framework takes inspiration from lessons learned over the years building real-world applications from monoliths to microservices using Spring, Spring Boot and the Grails framework. The core team continues to develop and maintain the Micronaut project through the support of the Micronaut Foundation.\n\nMicronaut Framework aims to provide all the tools necessary to build JVM applications including:\n\n* Dependency Injection and Inversion of Control (IoC)\n* Aspect Oriented Programming (AOP)\n* Sensible Defaults and Auto-Configuration\n\nWith Micronaut Framework you can build Message-Driven Applications, Command Line Applications, HTTP Servers and more whilst for Microservices in particular Micronaut Framework also provides:\n\n* Distributed Configuration\n* Service Discovery\n* HTTP Routing\n* Client-Side Load Balancing\n\nAt the same time Micronaut Framework aims to avoid the downsides of frameworks like Spring, Spring Boot and Grails by providing:\n\n* Fast startup time\n* Reduced memory footprint\n* Minimal use of reflection\n* Minimal use of proxies\n* No runtime bytecode generation\n* Easy Unit Testing\n\nThis is achieved by pre-computing the framework infrastructure at compilation time which reduces the logic required at runtime for the application to work.\n\nFor more information on using Micronaut Framework see the documentation at [micronaut.io](https://micronaut.io)\n\n## Example Applications\n\nExample Micronaut Framework applications can be found in the [Examples repository](https://github.com/micronaut-projects/micronaut-examples)\n\n## Building From Source\n\nTo build from source checkout the code and run:\n\n```\n./gradlew publishToMavenLocal\n```\n\nTo build the documentation run `./gradlew docs`. The documentation is built to `build/docs/index.html`.\n\n## Contributing Code\n\nIf you wish to contribute to the development of Micronaut Framework please read the [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## Versioning\n\nMicronaut Framework uses Semantic Versioning 2.0.0. To understand what that means, please see the specification [documentation](https://semver.org/). Exclusions to Micronaut Framework's public API include any classes annotated with `@Experimental` or `@Internal`, which reside in the `io.micronaut.core.annotation` package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicronaut-projects%2Fmicronaut-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicronaut-projects%2Fmicronaut-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicronaut-projects%2Fmicronaut-core/lists"}