Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flysoloing committed Aug 17, 2019
1 parent d60c72d commit 9a41f09
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions README.md
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等

0 comments on commit 9a41f09

Please sign in to comment.