缓存不起作用
来源:6-5 秒杀接口前后端分离

weixin_慕圣2348530
2019-04-28
在SpringBoot2.1 yml文件上面配置了以下内容
spring:
resources:
add-mappings: true
cache:
period: PT15M
chain:
cache: true
enabled: true
compressed: true
html-application-cache: true
static-locations: classpath:/static/
在火狐浏览器上面不起作用
写回答
1回答
-
若鱼1919
2019-04-29
cache.period: PT15M 这是啥意思?
00