https://github.com/atiilla/educationalmembers
https://github.com/atiilla/educationalmembers
java java-8 spring
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atiilla/educationalmembers
- Owner: atiilla
- Created: 2019-01-20T19:54:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T08:33:13.000Z (over 7 years ago)
- Last Synced: 2025-06-06T17:41:05.764Z (about 1 year ago)
- Topics: java, java-8, spring
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();