引入Redis环境

This commit is contained in:
zyx 2023-02-26 21:29:37 +08:00
parent cf208cb4b5
commit e793a334fa
2 changed files with 12 additions and 6 deletions

View File

@ -24,6 +24,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>

View File

@ -4,15 +4,17 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/reggie?serverTimezone=Asia/Shanghai
username: root
password:
# redis:
# password:
# password:
mybatis-plus:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
reggie:
path:
#reggie:
# path:
email:
userName:
password:
#email:
# userName:
# password: