-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
d60c72d
commit 9a41f09
Showing
1 changed file
with
33 additions
and
3 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 |
---|---|---|
@@ -1,3 +1,33 @@ | ||
code-parent | ||
==== | ||
公共继承模块,主要用来统一管理各Project的依赖项和配置项 | ||
# code-parent | ||
|
||
通用parent模块,统一管理各Project的依赖项和配置项,定期升级优化,减少各应用的依赖包维护成本。 | ||
|
||
当前最新正式版本:[1.0](https://github.com/flysoloing/repo/blob/gh-pages/libs/com/flysoloing/code-parent/1.0/code-parent-1.0.pom) | ||
|
||
当前最新快照版本:1.0-SNAPSHOT | ||
|
||
**Release Notes:** | ||
|
||
- 1.0 | ||
|
||
[初始化] | ||
|
||
- 测试和日志组件,如:Junit、log4j、logback等 | ||
|
||
- 序列化组件,如:fastjson、gson、xstream等 | ||
|
||
- 网络工具组件,如:netty、httpclient等 | ||
|
||
- 通用工具组件,如:commons-beanutils、commons-lang等 | ||
|
||
- 模板工具组件,如:velocity、freemarker等 | ||
|
||
- 框架组件,如:springframework、resteasy等 | ||
|
||
- 阿里开源组件,如:druid、fastjson等 | ||
|
||
- 谷歌开源组件,如:guava、protobuf等 | ||
|
||
- 增强型组件,如:joda-time、lombok等 | ||
|
||
- Maven插件,如:maven-source-plugin、jetty-maven-plugin等 |