
spring-boot
會飛的鴨嘴獸
这个作者很懒,什么都没留下…
展开
-
springboot使用enchache缓存技术
spring-boot使用enchache缓存技术实例https://zhuanlan.zhihu.com/p/57454761 https://zhuanlan.zhihu.com/p/57454761 ps.数据库使用mysql,数据库表id字段设置自增,实体类student的id设置自增需要配置后缀,否则报错 ...原创 2019-05-11 09:31:02 · 782 阅读 · 0 评论 -
springboot+mybatis+druid+pagehelper的多数据源框架
地址 https://www.bysocket.com/archives/1712/spring-boot-整合-mybatis-实现-druid-多数据源详解原创 2019-05-11 14:29:27 · 153 阅读 · 0 评论 -
springboot-实现注解客户端验证
https://zhuanlan.zhihu.com/p/58204406 简化验证为空,什么的.提高效率 老式验证代码繁琐 @RestController @RequestMapping("/student") public class ValidateOneController { @GetMapping("/id") public Student findStudentBy...原创 2019-05-13 13:49:11 · 151 阅读 · 0 评论