基于1.8,记录jdk中一些高级api的用法
├── pom.xml
├── src
├── main
│ ├── java
│ │ └── com
│ │ └── javafields
│ │ └── thread
│ │ ├── CompletionServiceExample.java
│ │ ├── CountDownLatchExample.java
│ │ ├── FutureExample.java
│ │ └── FutureTaskExample.java
│ └── resources
└── test
└── java
└── com
└── javafields
└── thread
├── CompletableFutureTest.java
└── bean
└── BusinessQuotaInfoVO.java