Class DictDbHandler
java.lang.Object
io.github.xezzon.zeroweb.dict.internal.DictDbHandler
- All Implemented Interfaces:
io.github.xezzon.zeroweb.common.marker.DbTrait,io.github.xezzon.zeroweb.dict.DictImporter
@Service
public class DictDbHandler
extends Object
implements io.github.xezzon.zeroweb.dict.DictImporter, io.github.xezzon.zeroweb.common.marker.DbTrait
字典管理在本服务实现,所以不需要以 RPC 调用的方式导入字典。
实现比
RpcTrait 优先级更高的 DbTrait 接口,以覆盖 DictRpcHandler。- Author:
- xezzon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidimportDict(io.github.xezzon.zeroweb.dict.DictImportReqList reqList)
-
Constructor Details
-
DictDbHandler
-
-
Method Details
-
importDict
public void importDict(io.github.xezzon.zeroweb.dict.DictImportReqList reqList) - Specified by:
importDictin interfaceio.github.xezzon.zeroweb.dict.DictImporter
-