ATEST-74:

- setup gradle multibuild
This commit is contained in:
Zellweger Christof Ralf
2015-06-10 14:18:37 +02:00
parent e583619af5
commit a26dd2424d
5 changed files with 13 additions and 41 deletions

View File

@ -24,7 +24,7 @@ import org.springframework.context.annotation.ComponentScan;
* Finally, the main() method consists of single static call to
* SpringApplication.run().
* <p>
* Methods annotated with {@link @Bean} are Java beans that are
* Methods annotated with @Bean are Java beans that are
* container-managed, i.e. managed by Spring. Whenever there are @Autowire, @Inject
* or similar annotations found in the code (which is being scanned through the @ComponentScan
* annotation), the container then knows how to create those beans and inject