随笔 - 31
文章 - 0
评论 - 0
阅读 -
14645
随笔分类 - 开发框架篇
Spring RedisTemplate源码解读
摘要:RedisTemplate类位于项目spring-data-redis-xxx的包org.springframework.data.redis.core下,是我们在Spring框架下操作Redis数据库的主要入口。但是,RedisTemplate其实并不直接对Redis进行CRUD操作,而是通过以下
阅读全文
Druid中使用log4j2进行日志输出
摘要:1. pom.xml中springboot版本依赖<!--Spring-boot中去掉logback的依赖--><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</
阅读全文