16171819202122
@Configuration public class ServiceConfig { @Bean public ItemService itemService() { return new ItemServiceImpl(); }