tyro / rabbit-amazon-bridge

A service that routes JSON messages back and forth between AWS and rabbitmq
Apache License 2.0
18 stars 6 forks source link

9 allow configuration of property file names #28

Closed maccac closed 5 years ago

maccac commented 5 years ago

The property extra.properties.file can be set to provide an extra spring resource property file to be included in the application. This may be useful if you have some properties being managed by puppet with a file name that can't be managed by spring profiles.

This resolves #9