Class RestModuleConfiguration

java.lang.Object
org.ehrbase.rest.RestModuleConfiguration
All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer

@Configuration @ComponentScan(basePackages={"org.ehrbase.rest","org.ehrbase.rest.admin","org.ehrbase.rest.openehr"}) @EnableAspectJAutoProxy public class RestModuleConfiguration extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
  • Field Details

  • Constructor Details

    • RestModuleConfiguration

      public RestModuleConfiguration()
  • Method Details

    • addInterceptors

      public void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
      Specified by:
      addInterceptors in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer