Huowy'Blog
SpringBoot 使用Validator 校验框架 SpringBoot 使用Validator 校验框架
Hibernate Validator 简介  Hibernate Validator是Hibernate项目中的一个数据校验框架,是Bean Validation 的参考实现,Hibernate Validator除了提供了JSR 303
2021-01-13
SpringBoot 配置和加载 redis SpringBoot 配置和加载 redis
redis在SpringBoot中的配置及加载 // spring framework中的注解驱动的缓存管理功能 // 与该注解联合使用@Cacheable(cacheNames = "缓存名称", key = "redis中的key")
2020-12-23
SpringBoot 配置及加载 Mybatis SpringBoot 配置及加载 Mybatis
Mybatis与springBoot的融合 /** 博主使用的springBoot版本为1.5.8.RELEASE @Configuration注解标识该类为一个配置文件 @MapperScan注解属性: 1. basePa
2020-12-23