Class PropertyLoader
- java.lang.Object
-
- com.azure.spring.data.cosmos.common.PropertyLoader
-
public final class PropertyLoader extends Object
Load properties from files
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetProjectVersion()Get project version from /META-INF/azure-spring-data-cosmos.properties
-
-
-
Method Detail
-
getProjectVersion
public static String getProjectVersion()
Get project version from /META-INF/azure-spring-data-cosmos.properties- Returns:
- String project version
-
-