-
FastJDBC - Quick development kit based on spring-boot-starter-jdbc
fastjdbc-spring-boot-starter, which is a jdbc quick development kit based on the SpringBoot framework. It is actually a secondary encapsulation of the NamedJdbcTemplate provided by the spring framework, and provides an annotation-based API configu...…
-
Devtools Beans Streaming - A practical Java LINQ Tool
devtools-beans-streaming provide a approach like SQL query to tackle a Java object list. For example, searching specific attribute value, counting or aggregating some objects by attribute value (Similar to LINQ in C#)Install:<dependency> ...…