Skip to content
Snippets Groups Projects
  • Paul-Christian Volkmer's avatar
    Include JavaConfig based configuration in spring main configuration · 964c2e43
    Paul-Christian Volkmer authored
    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 :-)
    964c2e43
Forked from ARSnova / ARSnova Backend
Source project has a limited visibility.