摘要:
org.springframework.transaction 包改成 spring-tx org.springframework.transaction 3.2.2以后的版本,全改到 spring-tx 包下面 阅读全文
posted @ 2018-06-07 17:38
午火39
阅读(2389)
评论(0)
推荐(1)
摘要:
编码时我们总会发现如下变量未被使用的警告提示: 上述代码编译通过且可以运行,但每行前面的“感叹号”就严重阻碍了我们判断该行是否设置的断点了。这时我们可以在方法前添加 @SuppressWarnings("unused") 去除这些“感叹号”。 二、 @SuppressWarings注解 作用:用于抑 阅读全文
posted @ 2018-06-07 16:11
午火39
阅读(178)
评论(0)
推荐(0)