package thrift; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.PropertySource; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; @Configuration @PropertySource({"classpath:config.properties"}) @ComponentScan("core.thrift") public class SpringConfig implements WebMvcConfigurer { }