# springboot-idea-chapter03 **Repository Path**: wayxingwork/springboot-idea-chapter03 ## Basic Information - **Project Name**: springboot-idea-chapter03 - **Description**: springboot 第三章 数据访问,springboot + mybatis +JPA +Redis - **Primary Language**: Java - **License**: Not specified - **Default Branch**: c4 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 97 - **Created**: 2020-11-19 - **Last Updated**: 2023-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-idea-chapter03 #### 介绍 springboot 数据访问,教材第3章第2部分 JPA数据访问 Redis数据访问 #### 配置说明 导入 doc/springbootdata.sql ,localhost:3306 用户名: root 密码: 123456 #### 运行方法 - 运行单元测试 JPATests ![输入图片说明](doc/S_2022-09-24_18-53-42.jpg "屏幕截图.png") - 运行RedisTest 首先启动 Redis服务器 redis-server.exe ![](doc/S_2022-09-24_18-58-50.jpg) ![输入图片说明](doc/S_2022-09-24_18-55-39.jpg "屏幕截图.png")