Package io.github.xezzon.zeroweb.dict
package io.github.xezzon.zeroweb.dict
-
ClassDescription字典管理字典管理在本服务实现,所以不需要以 RPC 调用的方式导入字典。字典相关的服务间接口字典相关的服务间接口A stub to allow clients to do synchronous rpc calls to service Dict.A stub to allow clients to do ListenableFuture-style rpc calls to service Dict.Base class for the server implementation of the service Dict.A stub to allow clients to do asynchronous rpc calls to service Dict.字典导入功能Protobuf type
io.github.xezzon.zeroweb.dict.DictImportReq
Protobuf typeio.github.xezzon.zeroweb.dict.DictImportReq
Protobuf typeio.github.xezzon.zeroweb.dict.DictImportReqList
Protobuf typeio.github.xezzon.zeroweb.dict.DictImportReqList
Protobuf typeio.github.xezzon.zeroweb.dict.DictListResp
Protobuf typeio.github.xezzon.zeroweb.dict.DictListResp
字典请求字典请求字典响应字典响应以 RPC 调用的方式实现字典导入功能,针对 zeroweb-service-admin 以外的服务。在 Bean 注册阶段扫描 classpath 下所有实现了 IDict 接口的枚举类,并在用用启动时将其注册到数据库中。启用注解扫描。