资 源 简 介
light-commons
JAVA lightweight Commons Library
为什么我们要创建这个项目
现在已经有很多的通用library存在了,为什么我们还要创建这个commons项目呢?
light-commons 与诸多开源api不同点在于,light-commons并未限定于某一范畴,他的目标是解决日常开发中经常遇到的问题。我们将80%的代码集中于最常遇到的20%的功能上。
声明
有一部分源代码,来自于其他的开源项目,我们将这些代码重新组合到了这个项目中。如果侵犯了您的版权,请联系guileen@gmail.com。
NOTICE
Some codes are migrate from other opensource project,if something is against with their license, please contact guileen@gmail.com
modules
| [Utility](Utility.md) | light weight utility code |
|:--------------------------|:--------------------------|
| [Logger](Logger.md) | Logging facade for commons-loggin/log4j/sl4j/stderr |
| [ORM](ORM.md) | easy to use orm |
| [Encoder](Encoder.md) | MD5,Base64,html,xml,javascript encoders |
| [Convert](Convert.md) | convert Types. |
| [Configuration