• Stars
    star
    130
  • Rank 277,575 (Top 6 %)
  • Language
    Go
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

一个简易版本的Go依赖注入实现

di

di是一个简易版本的Go依赖注入实现

文档地址

特性

  • 支持手动注册bean实例
  • 支持注册bean类型原型,由DI容器自动实例化并托管bean实例
  • 支持根据名称、类型获取DI容器托管的bean实例
  • 支持根据类型手动生成新的bean实例并返回
  • 支持配置项注入并转换成对应的基本类型
  • 支持匿名字段的bean注入

特别鸣谢

JetBrains

感谢 JetBrains 提供的开源开发许可证。