Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.51 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.51 KB

Some thing about the useful tools of the JDK 1.8. I find some I designer is not very good which about Java Core API. I try to repair it with my experience and shall with you. If there any problems then send the email to hj13035952619@126.com ###############################################################################

  • Should has JDK1.8 or up.
  • Should has Maven3 or up.

If you want to let it into the eclipse. Try to use the command: mvn eclipse:eclipse

You could download from the maven repository, now!
<dependency>
<groupId>com.github.Andy-Shao</groupId>
<artifactId>Useful-Tools</artifactId>
<version>${Useful-Tools.Version.Number}</version>
</dependency>
###############################################################################

What the newest plugins for v5.0

Add the classic data structure
You could use the graph or others more difficult data structure, now.

Add the classic aritmatic

What the newest plugins for v4.0

Support JDK8 interface functional
Adjust the com.github.andyshao.convert.Convert & com.github.andyshao.proxy.ProxyFactory support the JDK8 interface functional

Use the interface build ProxyFactory
Now, you can use the com.github.andyshao.proxy.DynamicPF & com.github.andyshao.proxy.CglibPF interface build the ProxyFactory.

Improve Java System property
The com.github.andyshao.lang.GeneralSystemProperty that can get the Java System Property more convenient is a Enum class.