Skip to content

joselazarosiqueira/micronaut-spring

 
 

Repository files navigation

Micronaut for Spring

Build Status

Micronaut uses Ahead of Time (AOT) compilation to pre-compute your applications requirements at compile time. The result of this is significantly lower memory requirements, faster startup time, and reflection free framework infrastructure.

This project consists of various components that make it easier to:

  • Integrate Spring components into a Micronaut application
  • Run Spring applications as Micronaut applications
  • Expose Micronaut Beans to a Spring Application

To achieve this the project provides the ability to use a subset of the Spring Annotation-Based programming model to build Micronaut applications. The goal is not necessarily to provide an alternative runtime for Spring, but instead to enable the ability to build libraries that work with both Spring and Micronaut.

Micronaut for Spring

See the User Guide and Example Project for more information on how to use this project.

About

A collection of utilities for Spring users of Micronaut

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 59.1%
  • CSS 24.9%
  • Groovy 9.6%
  • JavaScript 3.2%
  • HTML 2.3%
  • Shell 0.9%