de.thomaskrille.dropwizard_template_config.DefaultEnvironmentProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-template-config Show documentation
Show all versions of dropwizard-template-config Show documentation
Dropwizard bundle that enables you to write your config.yaml as a template.
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