All Downloads are FREE. Search and download functionalities are using the official Maven repository.

au.net.causal.springboot.keepassxcpropertyagent.logging.AgentLoggingProvider Maven / Gradle / Ivy

Go to download

A Java agent that can be used on Spring Boot applications to add additional configuration properties from a paired running instance of KeepassXC.

The newest version!
package au.net.causal.springboot.keepassxcpropertyagent.logging;

import org.slf4j.helpers.NOP_FallbackServiceProvider;

/**
 * The basic SLF4J provider that is just enough to avoid it printing the missing provider message when the agent starts up
 * but still does no-op.
 */
public class AgentLoggingProvider extends NOP_FallbackServiceProvider
{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy