treasure
工作中常用工具类、组件
treasure-dict
作为字段转换插件,解决通常api接口返回数据实体中,字典字段需要手工转换问题,转为系统框架自动转换。
License |
License |
---|---|
GroupId | GroupIdcom.github.heavensay |
ArtifactId | ArtifactIdtreasure-spring |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionthe parent project of treasure
|
Filename | Size |
---|---|
treasure-spring-1.0.3.pom | 822 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.heavensay/treasure-spring/ -->
<dependency>
<groupId>com.github.heavensay</groupId>
<artifactId>treasure-spring</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.heavensay/treasure-spring/
implementation 'com.github.heavensay:treasure-spring:1.0.3'
// https://jarcasting.com/artifacts/com.github.heavensay/treasure-spring/
implementation ("com.github.heavensay:treasure-spring:1.0.3")
'com.github.heavensay:treasure-spring:pom:1.0.3'
<dependency org="com.github.heavensay" name="treasure-spring" rev="1.0.3">
<artifact name="treasure-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.heavensay', module='treasure-spring', version='1.0.3')
)
libraryDependencies += "com.github.heavensay" % "treasure-spring" % "1.0.3"
[com.github.heavensay/treasure-spring "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
工作中常用工具类、组件
作为字段转换插件,解决通常api接口返回数据实体中,字典字段需要手工转换问题,转为系统框架自动转换。