MyGit
🚩收到GitHub仓库的更新通知

micronaut-projects/micronaut-core

Fork: 1015 Star: 5854 (更新于 1970-01-01 00:00:00)

license: Apache-2.0

Language: Java .

Micronaut Application Framework

最后发布版本: v4.2.0 ( 2023-11-13 00:25:45)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

Micronaut Framework

Build Status Revved up by Develocity Quality Gate Status

Micronaut Framework 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.

Micronaut Framework is developed by the creators of the Grails framework and takes inspiration from lessons learnt over the years building real-world applications from monoliths to microservices using Spring, Spring Boot and Grails.

Micronaut Framework aims to provide all the tools necessary to build JVM applications including:

  • Dependency Injection and Inversion of Control (IoC)
  • Aspect Oriented Programming (AOP)
  • Sensible Defaults and Auto-Configuration

With Micronaut Framework you can build Message-Driven Applications, Command Line Applications, HTTP Servers and more whilst for Microservices in particular Micronaut Framework also provides:

  • Distributed Configuration
  • Service Discovery
  • HTTP Routing
  • Client-Side Load Balancing

At the same time Micronaut Framework aims to avoid the downsides of frameworks like Spring, Spring Boot and Grails by providing:

  • Fast startup time
  • Reduced memory footprint
  • Minimal use of reflection
  • Minimal use of proxies
  • No runtime bytecode generation
  • Easy Unit Testing

This is achieved by pre-computing the framework infrastructure at compilation time which reduces the logic required at runtime for the application to work.

For more information on using Micronaut Framework see the documentation at micronaut.io

Example Applications

Example Micronaut Framework applications can be found in the Examples repository

Building From Source

To build from source checkout the code and run:

./gradlew publishToMavenLocal

To build the documentation run ./gradlew docs. The documentation is built to build/docs/index.html.

Contributing Code

If you wish to contribute to the development of Micronaut Framework please read the CONTRIBUTING.md

Versioning

Micronaut Framework is using Semantic Versioning 2.0.0. To understand what that means, please see the specification documentation. Exclusions to Micronaut Framework's public API include any classes annotated with @Experimental or @Internal, which reside in the io.micronaut.core.annotation package.

CI

GitHub Actions are used to build Micronaut Framework. If a build fails in master, check the test reports.

最近版本更新:(数据更新于 1970-01-01 00:00:00)

2023-11-13 00:25:45 v4.2.0

2023-11-11 18:51:24 v4.1.12

2023-11-11 17:55:18 v4.0.7

2023-11-11 16:41:24 v3.10.3

2023-11-01 00:44:20 v4.1.11

2023-10-20 00:10:07 v3.10.2

2023-10-19 18:52:18 v3.9.7

2023-10-19 17:01:57 v3.8.12

2023-10-18 19:20:19 v4.1.10

2023-10-06 18:19:55 v4.1.9

主题(topics):

cloudnative, groovy, java, kotlin, microservices, serverless

micronaut-projects/micronaut-core同语言 Java最近更新仓库

2024-05-20 20:46:21 Tornaco/Thanox

2024-05-19 23:22:19 dbeaver/dbeaver

2024-05-19 16:31:51 dromara/dante-cloud

2024-05-19 11:10:20 apache/doris

2024-05-16 18:16:04 spring-projects/spring-framework

2024-05-14 17:46:49 elastic/elasticsearch