de.thomaskrille.dropwizard_template_config.SystemPropertiesProvider 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.Properties;
public interface SystemPropertiesProvider {
Properties getSystemProperties();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy