-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
246 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
== Dew Common(Dew公共模块) | ||
|
||
=== 功能 | ||
|
||
. Json与Java对象转换(JsonHelper) | ||
. Java Bean操作(BeanHelper) | ||
. Java Class扫描操作(ClassScanHelper) | ||
. Shell脚本操作(ShellHelper) | ||
. 加解密(EncryptHelper) | ||
. 响应处理模型(Resp) | ||
. 定时器(TimerHelper) | ||
. 常用时间处理(TimeHelper) | ||
. 主流文件MIME整理(MimeHelper) | ||
. 通用拦截器栈(DewInterceptorProcessor) | ||
|
||
=== 使用 | ||
|
||
[source,xml] | ||
---- | ||
<parent> | ||
<groupId>com.ecfront.dew</groupId> | ||
<artifactId>common</artifactId> | ||
<version>1.0.0</version> | ||
</parent> | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.