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

de.thomaskrille.dropwizard_template_config.DefaultEnvironmentProvider Maven / Gradle / Ivy

The newest version!
package de.thomaskrille.dropwizard_template_config;

import java.util.Map;

public class DefaultEnvironmentProvider implements EnvironmentProvider {

    @Override
    public Map getEnvironment() {
        return System.getenv();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy