Skip to content

Commit

Permalink
将格式为 Thu Jun 15 16:29:24 CST 2017 的字符串格式化为业务中需要的格式日期字符串 dateutil
Browse files Browse the repository at this point in the history
  • Loading branch information
jayZheng87 committed Jun 20, 2017
1 parent 921bd16 commit d99f973
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
<version>2.6</version>
</dependency>

<!--apache beanutils 反射基础工具包-->
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.2</version>
</dependency>

<!--apache codec 加解密工具包-->
<dependency>
<groupId>commons-codec</groupId>
Expand Down

0 comments on commit d99f973

Please sign in to comment.