mirror of
https://github.com/201206030/novel.git
synced 2025-07-06 21:16:38 +00:00
build(cache): 集成配置 caffeine 本地缓存和 redis 远程缓存
This commit is contained in:
@ -3,3 +3,10 @@ spring:
|
||||
url: jdbc:mysql://localhost:3306/novel?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
|
||||
username: root
|
||||
password: test123456
|
||||
profiles:
|
||||
active: dev
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password: 123456
|
||||
|
||||
|
Reference in New Issue
Block a user