103104105106107108109
return template; } @Bean public FooService fooService() { return new FooService(); }
107108109110111112113