ATEST-74:
- setup gradle multibuild
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user