Closed laurikimmel closed 11 years ago
Add field serviceName to ConfigurationBase class. It's can be used for components which don't implement the StartableEntity interface.
serviceName
ConfigurationBase
StartableEntity
Add @Value("{service.name}") annotation to enable Spring property resolving.
@Value("{service.name}")
Done
Add field
serviceName
toConfigurationBase
class. It's can be used for components which don't implement theStartableEntity
interface.Add
@Value("{service.name}")
annotation to enable Spring property resolving.