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

persistence.guiced-persistence-systemproperties-reader.1.0.9.14-jre14.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.

There is a newer version: 62
Show 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;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy