Class UoaMonitorServiceConfiguration

  • All Implemented Interfaces:
    org.springframework.web.servlet.config.annotation.WebMvcConfigurer

    @Configuration
    @EnableConfigurationProperties({MongoConfig.class,GlobalVars.class,APIProperties.class})
    @ComponentScan(basePackages="eu.dnetlib.uoamonitorservice")
    @Import(eu.dnetlib.uoaadmintoolslibrary.UoaAdminToolsLibraryConfiguration.class)
    public class UoaMonitorServiceConfiguration
    extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()  
      • Methods inherited from class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter

        addArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
    • Constructor Detail

      • UoaMonitorServiceConfiguration

        public UoaMonitorServiceConfiguration()
    • Method Detail

      • propertySourcesPlaceholderConfigurer

        @Bean
        public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()