Skip to content

arthurstrokov/aop-library

Repository files navigation

aop-library

implementation "io.github.arthurstrokov:aop-library:0.0.1"

repositories {
    maven {
        url "https://maven.pkg.jetbrains.space/avistate/p/aop-library/aop"
        credentials {
            username = spaceUsername // located in gradle.properties
            password = spacePassword // located in gradle.properties
        }
    }
}

In application.yml:
    logging:
        level:
            org:
                springframework:
                    web: INFO
                    boot: INFO
                hibernate: ERROR
            com.gmail.arthurstrokov: DEBUG       
            
    aop:
        logging:
            enabled: true # (default match if missing = true)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages