BeetlSQL是一个全功能DAO工具, 同时具有Hibernate 优点 & Mybatis优点功能,适用于承认以SQL为中心,同时又需求工具能自动能生成大量常用的SQL的应用。
实践Beetl
Beetl是Bee Template Language的缩写,它绝不是简单的另外一种模板引擎,而是新一代的模板引擎,它功能强大,性能良好,超过当前流行的模板引擎。而且还易学易用。
实践SSL
实践JWT
JSON Web Token(缩写 JWT)是目前最流行的跨域认证解决方案。有如下特点:
实践OAuth
实践apt
apt(apt-get)
实践代码检查之SpotBugs
SpotBugs is a program which uses static analysis to look for bugs in Java code. It is free software, distributed under the terms of the GNU Lesser General Public License.
实践maven-surefire-plugin
实践maven-failsafe-plugin
实践测试之XLSUnit
XLSUnit是一个面向数据库应用的单元测试框架,使用excel,作为输入,以及输出比较,适合大量数据库操作。