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

com.sap.cds.impl.SystemPropertyDataStoreConfiguration Maven / Gradle / Ivy

There is a newer version: 3.4.0
Show newest version
package com.sap.cds.impl;

import com.sap.cds.DataStoreConfiguration;

public class SystemPropertyDataStoreConfiguration implements DataStoreConfiguration {

	@Override
	public String getProperty(String key) {
		return System.getProperty(key);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy