From 9a41f09bc17cecb3def63621ea7d88241a97b180 Mon Sep 17 00:00:00 2001 From: flysoloing Date: Sat, 17 Aug 2019 12:03:59 +0800 Subject: [PATCH] Update README.md --- README.md | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eea883b..95a2ad9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,33 @@ -code-parent -==== -公共继承模块,主要用来统一管理各Project的依赖项和配置项 \ No newline at end of file +# 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等 \ No newline at end of file