Appearance
Micro-Dict 是字典数据微服务模块,提供系统字典的统一管理。
<dependency> <groupId>com.wkclz.micro</groupId> <artifactId>micro-dict</artifactId> </dependency>
// 获取字典值 String dictValue = DictCache.get("user_status", "1");