Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again. Early access to future java features such as val, and much more.
实践性能测试之YCSB
YCSB, Yahoo! Cloud Serving Benchmark
实践压力测试之Gatling
实践Spring Webflux
实践Java8之CompletableFuture
创建
实践Java8之Nashorn Javascript Engine
Nashorn是一个新的JavaScript引擎(Java6引入过一个JavaScript引擎Rhino),性能更好,对ECMAScript标准有极强的兼容性。