
代码质量
Pansanday
Talk is cheap, go through my blog.
展开
-
Windows上的Sonar使用
SonarQube 7.5 数据库MYSQL 5.7 sonar-scanner-3.2.0.1227-windows(好像也可以不用) 一、下载安装 1. sonarqube: https://www.sonarqube.org/downloads/ 注: (1)高版本(如:sonarqube-7.9.1需要jdk11,这里我使用了7.5版本;sonar 7.9版本不支持mysql数据库...原创 2019-01-11 09:17:47 · 1134 阅读 · 0 评论 -
事务场景中,抛出异常被catch后,如果需要回滚,一定要手动回滚事务
IDEA:File -> Settings -> Editor -> Inspections 事务场景中,抛出异常被catch后,如果需要回滚,一定要手动回滚事务。 Positive example 1: /** * @author caikang * @date 2017/04/07 */ @Serv...原创 2019-01-08 09:29:51 · 5332 阅读 · 0 评论