Villemos / hbird-business

The business tier of the Open Ground Segment; Hummingbird
www.hbird.de
Apache License 2.0
2 stars 2 forks source link

Improve ConfigurationBase #36

Closed laurikimmel closed 11 years ago

laurikimmel commented 11 years ago

Add field serviceName to ConfigurationBase class. It's can be used for components which don't implement the StartableEntity interface.

Add @Value("{service.name}") annotation to enable Spring property resolving.

laurikimmel commented 11 years ago

Done