refactor: 移除 Ehcache,默认缓存设置为 Redis

This commit is contained in:
xiongxiaoyang
2023-04-14 10:40:54 +08:00
parent 282bc7b707
commit 29d074ec18
11 changed files with 56 additions and 288 deletions

View File

@@ -9,7 +9,7 @@ spring:
#Redis服务器连接端口
port: 6379
#Redis服务器连接密码
password: test
password: test123456
jedis:
pool:
#连接池最大连接数使用负值表示没有限制