4
SpringSide Utils Overview
Calvin Xiao edited this page 2017-04-28 13:37:37 +08:00
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1. Overview

SpringSide 5.0 最先复活的模块,在直接依赖Apache Commons Lang 与 Google Guava基础上,参考其他各门各派的精华进行移植。

  • 框架/容器随身自带SpringNettyTomcatJettyElasticSearchCassandra等
  • 专门的类库Jodd, Apache Common IOCommon CollectionsJCTool等
  • 大厂的开源类库Facebook JCommontwitter commonslinkedin-utils等

已发布到 Maven 中央库

<dependency>
    <groupId>io.springside</groupId>
    <artifactId>springside-utils</artifactId>
    <version>5.0.0-RC1</version>
</dependency>

内里乾坤:

  1. High-Performance-Utils: 高性能的Util库
  2. Base-Utils: 基本操作
  3. Text: 文本操作
  4. Date: 日期操作
  5. Collection: 集合操作
  6. Concurrency: 线程与并发操作
  7. Reflection: 反射操作
  8. IO: IO与文件操作
  9. Other-Utils: 其他操作