package spr12281; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Import; @Configuration @Import(ResourcesConfig.class) public class RootConfig {}