iceformat


License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.icexxx
ArtifactId

ArtifactId

iceformat
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

iceformat
iceformat
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/iceroot/iceformat.git

Download iceformat

How to add to project

<!-- https://jarcasting.com/artifacts/com.icexxx/iceformat/ -->
<dependency>
    <groupId>com.icexxx</groupId>
    <artifactId>iceformat</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.icexxx/iceformat/
implementation 'com.icexxx:iceformat:1.0'
// https://jarcasting.com/artifacts/com.icexxx/iceformat/
implementation ("com.icexxx:iceformat:1.0")
'com.icexxx:iceformat:jar:1.0'
<dependency org="com.icexxx" name="iceformat" rev="1.0">
  <artifact name="iceformat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icexxx', module='iceformat', version='1.0')
)
libraryDependencies += "com.icexxx" % "iceformat" % "1.0"
[com.icexxx/iceformat "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.9.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

iceformat

iceformat

springmvc默认使用时间戳作为Date的显示格式,但是通常希望Date显示为yyyy-MM-dd HH:mm:ss格式. 此时可以使用如下注解: @JsonSerialize(using=IceDateFormat.class) @JsonSerialize(using=IceNumFormat.class)

Versions

Version
1.0