Skip to content
Snippets Groups Projects
Commit 964c2e43 authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Include JavaConfig based configuration in spring main configuration

This will allow dynamic configuration depending on property file settings.

Removed connector client bean from XML based configuration and added bean
creation into JavaBased config class. Bean will be created if there is
a property "connector.enable" with value "true" otherwise no bean will
be created wich has the same behavior removing bean definition from XML
configuration file.

No need to change application config - can be done in property file :-)
parent 859670ec
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment