摘要: "用Spring Boot编写RESTful API" 学习笔记 Transactional 判定顺序 propagation isolation 脏读 不可重复读 幻读 不可重复读是指记录不同 (update),幻读是数据条数不同 (insert, delete) 几种隔离的比较 isolatio 阅读全文
posted @ 2019-04-08 23:06 VictorBu 阅读(463) 评论(0) 推荐(0) 编辑
摘要: "用Spring Boot编写RESTful API" 学习笔记 概念 驱动模块 被测模块 桩模块 + 替代尚未开发完毕的子模块 + 替代对环境依赖较大的子模块 (例如数据访问层) 示例 测试 Service 测试 Controller 源码: "spring boot 2 restful" 阅读全文
posted @ 2019-04-08 14:58 VictorBu 阅读(402) 评论(0) 推荐(0) 编辑