引入Redis环境
This commit is contained in:
parent
cf208cb4b5
commit
e793a334fa
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
@ -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:
|
Loading…
x
Reference in New Issue
Block a user