Class STCoreServicesConfig

java.lang.Object
it.uniroma2.art.semanticturkey.services.core.STCoreServicesConfig
All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer

@Configuration @ComponentScan @Import(it.uniroma2.art.semanticturkey.spring.STBaseServiceConfiguration.class) public class STCoreServicesConfig extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
  • Constructor Details

    • STCoreServicesConfig

      public STCoreServicesConfig()
  • Method Details

    • customServiceHandlerMapping

      @Bean public CustomServiceHandlerMapping customServiceHandlerMapping(STBaseServiceConfiguration.HandlerInterceptors handlerInterceptors)
    • projectStarter

      @Bean public ProjectStarter projectStarter()
    • addFormatters

      public void addFormatters(org.springframework.format.FormatterRegistry registry)
      Specified by:
      addFormatters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer