jar

com.houkunlin : system-dict-starter

Maven & Gradle

Dec 12, 2022
28 stars

system-dict-starter · 系统数据字典自动翻译成字典文本。可集合系统数据库中存储的用户数据字典,也可使用枚举做系统数据字典,主要用在返回数据给前端时自动把字典值翻译成字典文本信息; The system data dictionary is automatically translated into dictionary text. The user data dictionary stored in the system database can be aggregated, and the enumeration can also be used as the system data dictionary. It is mainly used to automatically translate dictionary values into dictionary text information when returning data to the front end.

Table Of Contents

Latest Version

Download com.houkunlin : system-dict-starter JAR file - Latest Versions:

All Versions

Download com.houkunlin : system-dict-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window system-dict-starter-1.4.11.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.houkunlin.system.dict.starter.store

├─ com.houkunlin.system.dict.starter.store.DictStore.class - [JAR]

├─ com.houkunlin.system.dict.starter.store.LocalDictStore.class - [JAR]

├─ com.houkunlin.system.dict.starter.store.LocalDictStoreConfiguration.class - [JAR]

├─ com.houkunlin.system.dict.starter.store.RedisDictStore.class - [JAR]

├─ com.houkunlin.system.dict.starter.store.RedisDictStoreConfiguration.class - [JAR]

├─ com.houkunlin.system.dict.starter.store.RemoteDict.class - [JAR]

├─ com.houkunlin.system.dict.starter.store.RemoteDictDefaultImpl.class - [JAR]

com.houkunlin.system.dict.starter.bean

├─ com.houkunlin.system.dict.starter.bean.DictTypeVo.class - [JAR]

├─ com.houkunlin.system.dict.starter.bean.DictValueVo.class - [JAR]

com.houkunlin.system.dict.starter

├─ com.houkunlin.system.dict.starter.DictController.class - [JAR]

├─ com.houkunlin.system.dict.starter.DictEnum.class - [JAR]

├─ com.houkunlin.system.dict.starter.DictRedisConfiguration.class - [JAR]

├─ com.houkunlin.system.dict.starter.DictRegistrar.class - [JAR]

├─ com.houkunlin.system.dict.starter.DictUtil.class - [JAR]

├─ com.houkunlin.system.dict.starter.SystemDictScan.class - [JAR]

├─ com.houkunlin.system.dict.starter.SystemDictScanRegistrar.class - [JAR]

├─ com.houkunlin.system.dict.starter.SystemDictStarter.class - [JAR]

com.houkunlin.system.dict.starter.properties

├─ com.houkunlin.system.dict.starter.properties.BytecodeType.class - [JAR]

├─ com.houkunlin.system.dict.starter.properties.DictProperties.class - [JAR]

├─ com.houkunlin.system.dict.starter.properties.DictPropertiesCache.class - [JAR]

├─ com.houkunlin.system.dict.starter.properties.DictPropertiesController.class - [JAR]

├─ com.houkunlin.system.dict.starter.properties.DictPropertiesStorePrefixKey.class - [JAR]

├─ com.houkunlin.system.dict.starter.properties.MqType.class - [JAR]

├─ com.houkunlin.system.dict.starter.properties.StoreType.class - [JAR]

com.houkunlin.system.dict.starter.cache

├─ com.houkunlin.system.dict.starter.cache.DictCacheCustomizer.class - [JAR]

├─ com.houkunlin.system.dict.starter.cache.DictCacheFactory.class - [JAR]

com.houkunlin.system.dict.starter.actuator

├─ com.houkunlin.system.dict.starter.actuator.DictEndpoint.class - [JAR]

├─ com.houkunlin.system.dict.starter.actuator.RefreshDictEndpoint.class - [JAR]

├─ com.houkunlin.system.dict.starter.actuator.SystemDictProviderEndpoint.class - [JAR]

com.houkunlin.system.dict.starter.provider

├─ com.houkunlin.system.dict.starter.provider.DictProvider.class - [JAR]

├─ com.houkunlin.system.dict.starter.provider.SystemDictProvider.class - [JAR]

com.houkunlin.system.dict.starter.jackson

├─ com.houkunlin.system.dict.starter.jackson.DictDefaultSerializerProviderImpl.class - [JAR]

├─ com.houkunlin.system.dict.starter.jackson.DictJackson2ObjectMapperBuilderCustomizer.class - [JAR]

com.houkunlin.system.dict.starter.bytecode

├─ com.houkunlin.system.dict.starter.bytecode.DictChildrenObjectGenerate.class - [JAR]

├─ com.houkunlin.system.dict.starter.bytecode.IDictConverterGenerate.class - [JAR]

├─ com.houkunlin.system.dict.starter.bytecode.IDictConverterGenerateAsmImpl.class - [JAR]

├─ com.houkunlin.system.dict.starter.bytecode.IDictConverterGenerateJavassistImpl.class - [JAR]

com.houkunlin.system.dict.starter.json

├─ com.houkunlin.system.dict.starter.json.Array.class - [JAR]

├─ com.houkunlin.system.dict.starter.json.DictConverter.class - [JAR]

├─ com.houkunlin.system.dict.starter.json.DictText.class - [JAR]

├─ com.houkunlin.system.dict.starter.json.DictTextJsonSerializer.class - [JAR]

├─ com.houkunlin.system.dict.starter.json.DictTextJsonSerializerDefault.class - [JAR]

├─ com.houkunlin.system.dict.starter.json.DictTextJsonSerializerEnums.class - [JAR]

├─ com.houkunlin.system.dict.starter.json.DictType.class - [JAR]

├─ com.houkunlin.system.dict.starter.json.DictTypeKeyHandler.class - [JAR]

├─ com.houkunlin.system.dict.starter.json.DictTypes.class - [JAR]

├─ com.houkunlin.system.dict.starter.json.DictValid.class - [JAR]

├─ com.houkunlin.system.dict.starter.json.DictValidConstraintValidator.class - [JAR]

├─ com.houkunlin.system.dict.starter.json.VoidDictTypeKeyHandler.class - [JAR]

com.houkunlin.system.dict.starter.notice

├─ com.houkunlin.system.dict.starter.notice.DictAmqpConfiguration.class - [JAR]

├─ com.houkunlin.system.dict.starter.notice.DictRedisSubscribeConfiguration.class - [JAR]

├─ com.houkunlin.system.dict.starter.notice.RefreshDictEvent.class - [JAR]

├─ com.houkunlin.system.dict.starter.notice.RefreshDictTypeEvent.class - [JAR]

├─ com.houkunlin.system.dict.starter.notice.RefreshDictValueEvent.class - [JAR]

├─ com.houkunlin.system.dict.starter.notice.RefreshNoticeData.class - [JAR]