An open API service indexing awesome lists of open source software.

https://github.com/atiilla/educationalmembers


https://github.com/atiilla/educationalmembers

java java-8 spring

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

"# EducationalMembers"

Note (AutoWire)

@Bean(autowire = Autowire.BY_TYPE)
public GardenService richard() {
return new GardeningServiceImpl();
}

GardeningService rich = ctx.getBean(GardeningService.class);

rich.garden();