Group: Gitee Ygypc
1.Datasource Context1 usages
io.gitee.ygypc » datasource-context Apache
Datasource Context
Last Release on Dec 5, 2025
2.Tulang Auto Dubbo SPI1 usages
io.gitee.ygypc » tulang-auto-dubbo-spi Apache
一个自动生成dubbo spi的services的文件小工具,大家管写实现类 加上@AutoDubboSpi注解后,自动生成META-INF/dubbo下的文件
Last Release on Dec 10, 2025
3.Tulang Auto Factory1 usages
io.gitee.ygypc » tulang-auto-factory Apache
一个自动生成工厂类的小工具
现在微服务基本都是springframework的天下,很少手动创建类.但有不少场景还是需要手动创建类,省去重复性的创建类的工作.这时就需要使用到tulang-auto-sh.tulang.auto.factory.
如:
APP SDK开发场景中
给第三方提供的 jar
使用spring框架动态创建类,是使用反射,性能会有损耗,而使用本工具手动创建就不会有这个损耗
...
Last Release on Dec 10, 2025
4.Tulang Auto Spring Factories Autoconfigrue1 usages
io.gitee.ygypc » tulang-auto-spring-factories-autoconfigrue Apache
一个自动生成spring.factories文件的小工具,大家只管写实现类 加上@AutoSpringFacotories注解后,自动生成META-INF/spring.factories文件
@AutoSpringFacotories只接收一个参数,就是你实现的接口类就行
如果是配置bean的 JAVA 文件,加上 @AutoSpringConfig
具体怎么使用 可以去tulang-auto-dubbo-example工程中查看,多谢!
Last Release on Dec 10, 2025
5.Tulang Base Processor1 usages
io.gitee.ygypc » tulang-base-processor Apache
内部公用包
Last Release on Dec 10, 2025
6.Tulang Template Archetype
io.gitee.ygypc » tulang-template-archetype Apache
一系列自动生成项目的模版工具
Last Release on Jan 10, 2026
7.Tenant Datasource
io.gitee.ygypc » tenant-datasource Apache
Tenant Datasource
Last Release on Dec 5, 2025
8.Tulang Auto Dubbo Example
io.gitee.ygypc » tulang-auto-dubbo-example Apache
tulang-auto-dubbo-spi 的demo
Last Release on Dec 10, 2025
9.Tulang Auto Example
io.gitee.ygypc » tulang-auto-example Apache
tulang-auto-factory demo
Last Release on Dec 10, 2025
10.Tulang Datasource
io.gitee.ygypc » tulang-datasource Apache
租户数据源 解决方案
Last Release on Dec 5, 2025
12.Ygypc Auto Factory
io.gitee.ygypc » ygypc-auto-factory Apache
一个自动生成工厂类的小工具
现在微服务基本都是springframework的天下,很少手动创建类.但有不少场景还是需要手动创建类,省去重复性的创建类的工作.这时就需要使用到tulang-auto-factory.
如:
APP SDK开发场景中
给第三方提供的 jar
使用spring框架动态创建类,是使用反射,性能会有损耗,而使用本工具手动创建就不会有这个损耗
本工具借鉴了google ...
Last Release on Nov 17, 2024