feat(uboot-core): 分表功能
1、通过项目创建年份分表 2、修改redis配置类转换localdatetime序列化异常 3、查询项目信息通过redis缓存减少数据库压力
This commit is contained in:
4
uboot-core/src/main/resources/META-INF/spring.factories
Normal file
4
uboot-core/src/main/resources/META-INF/spring.factories
Normal file
@ -0,0 +1,4 @@
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
com.chinaunicom.mall.ebtp.common.sharding.ShardingAlgorithmAutoConfiguration,\
|
||||
com.chinaunicom.mall.ebtp.common.sharding.feign.fallback.ProcessServiceFallbackImpl,\
|
||||
com.chinaunicom.mall.ebtp.common.sharding.feign.factory.ProcessServiceFallbackFactory
|
Reference in New Issue
Block a user