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

persistence.guiced-persistence-systemproperties-reader.62.source-code.module-info Maven / Gradle / Ivy

Go to download

Reads ${} properties from the System Environment Variables and replaces the values in the persistence properties.

The newest version!
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;
	provides com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions with com.guicedee.guicedpersistence.readers.systemproperties.SystemEnvironmentModuleExclusions;
	provides com.guicedee.guicedinjection.interfaces.IGuiceScanJarExclusions with com.guicedee.guicedpersistence.readers.systemproperties.SystemEnvironmentModuleExclusions;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy