9101112131415
@Configuration public class ServiceConfiguration { @Bean public MovieService movieService(){ return new InMemoryMovieService(); }