persistence.guiced-persistence-systemproperties-reader.1.0.9.14-jre14.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of guiced-persistence-systemproperties-reader Show documentation
Show all versions of guiced-persistence-systemproperties-reader Show documentation
Reads ${} properties from the System Environment Variables and replaces the values in the persistence properties.
module com.guicedee.guicedpersistence.readers.systemproperties {
requires com.guicedee.guicedpersistence;
requires com.google.common;
requires com.guicedee.guicedinjection;
requires java.validation;
provides com.guicedee.guicedpersistence.services.IPropertiesEntityManagerReader with com.guicedee.guicedpersistence.readers.systemproperties.SystemEnvironmentVariablesPropertiesReader;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy