Thymeleaf is a modern server-side Java template engine for both web and standalone environments.
实践maven-surefire-report-plugin
Maven Surefire Report Plugin parses the generated TEST-*.xml
files under ${basedir}/target/surefire-reports
and renders them using DOXIA, which creates the web interface version of the test results.
实践maven-antrun-extended-plugin
1 |
|
实践BeetlSQL
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.