spring-funk

A framework for declarative DSL configuration for Spring Boot.

APACHE-2.0 License

Stars
39

Bot releases are visible (Hide)

spring-funk - v0.3.0 Latest Release

Published by github-actions[bot] 2 months ago

What's Changed

Full Changelog: https://github.com/wakingrufus/spring-funk/compare/v0.2.0...v0.3.0

spring-funk - v0.2.0

Published by github-actions[bot] 3 months ago

What's Changed

Logging DSL

This DSL allows you to configure logging levels. Setting levels with logging.level configuration properties will override the DSL setting.

Usage

class TestKotlinApplication : SpringFunkApplication {
    override fun dsl(): SpringDslContainer.() -> Unit = {
        logging {
            root(LogLevel.INFO)
            level<MyClass>(LogLevel.OFF)
            level("com.example.package", LogLevel.DEBUG)
        }
    }
}

All Changes

New Contributors

Full Changelog: https://github.com/wakingrufus/spring-funk/compare/v0.1.0...v0.2.0

spring-funk - Release v0.1.0

Published by github-actions[bot] 3 months ago

What's Changed

Full Changelog: https://github.com/wakingrufus/spring-funk/compare/v0.0.12...v0.1.0

spring-funk - Release v0.0.12

Published by github-actions[bot] 4 months ago

What's Changed

Full Changelog: https://github.com/wakingrufus/spring-funk/compare/v0.0.11...v0.0.12

Badges
Extracted from project README
Maven Central Version