Class AppConfig
java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.AppConfig
@Configuration
@ConfigurationProperties(prefix="org.diabetestechnology.service.http.hub.prime")
@ConfigurationPropertiesScan
public class AppConfig
extends Object
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setVersion
(String version) Spring Boot will retrieve required value from properties file which is injected from pom.xml.
-
Constructor Details
-
AppConfig
public AppConfig()
-
-
Method Details
-
getVersion
-
setVersion
Spring Boot will retrieve required value from properties file which is injected from pom.xml.- Parameters:
version
- the version of the application
-