Class RiskResourcesConfig


  • @Configuration
    @PropertySource("classpath:risk-config.properties")
    public class RiskResourcesConfig
    extends Object
    A Spring configuration which loads various configuration files from the resources
    • Constructor Detail

      • RiskResourcesConfig

        public RiskResourcesConfig()
    • Method Detail

      • riskConfigProperties

        @Bean
        public Properties riskConfigProperties()
                                        throws IOException
        Bean that loads the postprocessor properties from the risk-config.properties file.
        Returns:
        The Properties object
        Throws:
        IOException - Any exception if the risk-config.properties file cannot be loaded.