引入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>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-web</artifactId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-test</artifactId>
|
<artifactId>spring-boot-starter-test</artifactId>
|
||||||
|
@ -4,15 +4,17 @@ spring:
|
|||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://localhost:3306/reggie?serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://localhost:3306/reggie?serverTimezone=Asia/Shanghai
|
||||||
username: root
|
username: root
|
||||||
password:
|
# redis:
|
||||||
|
# password:
|
||||||
|
# password:
|
||||||
|
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
configuration:
|
configuration:
|
||||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
|
|
||||||
reggie:
|
#reggie:
|
||||||
path:
|
# path:
|
||||||
|
|
||||||
email:
|
#email:
|
||||||
userName:
|
# userName:
|
||||||
password:
|
# password:
|
Loading…
x
Reference in New Issue
Block a user