Untitled
unknown
plain_text
a year ago
207 B
12
Indexable
@Configuration
public class AppConfig {
@Bean
public Item item1() {
return new ItemImpl1();
}
@Bean
public Store store() {
return new Store(item1());
}
}Editor is loading...
Leave a Comment