mirror of
https://github.com/JeffLi1993/springboot-learning-example.git
synced 2026-03-14 14:13:52 +08:00
springboot-mybatis-redis :: 整合 Mybatis 并使用 Redis 作为缓存
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<groupId>springboot</groupId>
|
<groupId>springboot</groupId>
|
||||||
<artifactId>springboot-mybatis-redis</artifactId>
|
<artifactId>springboot-mybatis-redis</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>springboot-mybatis :: 整合 Mybatis 并使用 Redis 作为缓存</name>
|
<name>springboot-mybatis-redis :: 整合 Mybatis 并使用 Redis 作为缓存</name>
|
||||||
|
|
||||||
<!-- Spring Boot 启动父依赖 -->
|
<!-- Spring Boot 启动父依赖 -->
|
||||||
<parent>
|
<parent>
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!-- Spring Boot Reids 依赖 -->
|
<!-- Spring Boot Redis 依赖 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-redis</artifactId>
|
<artifactId>spring-boot-starter-redis</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user