sendilkumarn / spring-fu

Programmatic configuration for Spring Boot using Java & Kotlin DSLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Spring Fu is an incubator for JaFu (Java DSL) and KoFu (Kotlin DSL) designed to configure Spring Boot explicitly with code in a declarative way with great discoverability thanks to auto-complete. It provides fast startup (40% faster than regular auto-configuration on a minimal Spring MVC app), low memory consumption and is a good fit with GraalVM native thanks to its (almost) reflection-less approach.

Native images

If you are interested in running Spring applications (including JaFu and KoFu ones) as GraalVM native images, see the spring-graalvm-native project and its jafu and jafu-webmvc samples.

Status

Spring Fu is not intended to be used in production yet, but rather to incubate and get feedback and contributions from the community in order to hopefully reach a point where it can be integrated as part of Spring Framework and Spring Boot.

Credits

In addition to the whole Spring and Reactor teams, special credits to:

About

Programmatic configuration for Spring Boot using Java & Kotlin DSLs

License:Apache License 2.0


Languages

Language:Java 51.5%Language:Kotlin 48.3%Language:Shell 0.1%Language:HTML 0.0%