treasure
工作中常用工具类、组件
treasure-dict
作为字段转换插件,解决通常api接口返回数据实体中,字典字段需要手工转换问题,转为系统框架自动转换。
License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.heavensay |
ArtifactId | ArtifactIdtreasure-datatrail |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontreasure-datatrail
数据版本记录和查询
|
Filename | Size |
---|---|
treasure-datatrail-1.0.3.pom | |
treasure-datatrail-1.0.3.jar | 18 KB |
treasure-datatrail-1.0.3-sources.jar | 12 KB |
treasure-datatrail-1.0.3-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.heavensay/treasure-datatrail/ -->
<dependency>
<groupId>com.github.heavensay</groupId>
<artifactId>treasure-datatrail</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heavensay/treasure-datatrail/
implementation 'com.github.heavensay:treasure-datatrail:1.0.3'
// https://jarcasting.com/artifacts/com.github.heavensay/treasure-datatrail/
implementation ("com.github.heavensay:treasure-datatrail:1.0.3")
'com.github.heavensay:treasure-datatrail:jar:1.0.3'
<dependency org="com.github.heavensay" name="treasure-datatrail" rev="1.0.3">
<artifact name="treasure-datatrail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heavensay', module='treasure-datatrail', version='1.0.3')
)
libraryDependencies += "com.github.heavensay" % "treasure-datatrail" % "1.0.3"
[com.github.heavensay/treasure-datatrail "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.4.6 |
org.mybatis : mybatis-spring | jar | 1.3.2 |
com.alibaba : druid | jar | 1.1.12 |
mysql : mysql-connector-java | jar | 8.0.13 |
ch.qos.logback : logback-classic | jar | |
com.alibaba : fastjson | jar | 1.2.46 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
工作中常用工具类、组件
作为字段转换插件,解决通常api接口返回数据实体中,字典字段需要手工转换问题,转为系统框架自动转换。