Spring
123夜
目标设到月球,即使失败,也能落到众星之间。
邮箱:fanmeilx@gmail.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringBoot之使用Intellij IDEA 创建一个SpringBoot项目
导读:本文讲述了使用IDEA 从零创建一个SpringBoot 项目,并让它返回JSON 和 HTML 两种视图原创 2019-03-04 12:28:25 · 273 阅读 · 0 评论 -
Spring 事务没生效的几种可能性。 will not be managed by Spring
Spring 事务没生效的几种可能性。 will not be managed by Spring 在非public 方法上使用事务 如 @Transactional protected void .. (原因 Spring 事务是基于AOP 实现的 在Spring 中 切点只能与public 方法匹配,也就是说Spring 的事务只支持可见度为public 的方法)原创 2019-01-27 11:54:19 · 6414 阅读 · 0 评论
分享