Skip to content

A very small and simple "spring-like" ioc implementation.

Notifications You must be signed in to change notification settings

xiang2026/simple-ioc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-ioc

description

A very small and simple "spring-like" ioc implementation.

advantage

Well, it's small and simple.
You can use @SimpleBean and @SimpleComponent and @SimpleAutowired for application.
Also, if you're familiar with spring-boot, @SimpleIocBootApplication is also available.

disadvantages

Well, it's too simple!

summary

If you're learning ioc or try to develop a personal application, this might be a little helpful.
Otherwise, use spring instead.

About

A very small and simple "spring-like" ioc implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%