Spring boot 的依赖注入挺好用的,想写个小应用(不是 web 服务,不需要 spring boot),怎么用上 spring boot 类似的依赖注入?
类似 @Autowired
那样使用。
Spring boot 的依赖注入挺好用的,想写个小应用(不是 web 服务,不需要 spring boot),怎么用上 spring boot 类似的依赖注入?
类似 @Autowired
那样使用。
guice,我们用这个,非常轻量,谷歌开源的,印象中 elasticsearch 也是用这个库。10K+ star