Package org.chenile.configuration.core
Class ChenileVersionConfiguration
java.lang.Object
org.chenile.configuration.core.ChenileVersionConfiguration
- All Implemented Interfaces:
InitializingBean
@Configuration
@PropertySource("classpath:version.txt")
public class ChenileVersionConfiguration
extends Object
implements InitializingBean
This file exists for transferring version information to ChenileConfiguration.
This is because we wanted two configuration files to read property files -
one for version.txt and the other for chenile.properties
- Author:
- Raja Shankar Kolluru
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
chenileConfiguration
-
version
-
-
Constructor Details
-
ChenileVersionConfiguration
public ChenileVersionConfiguration()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceInitializingBean
- Throws:
Exception
-