
Spring Boot
xdy3008
好的坏不了~~~~
展开
-
SpringBoot 入门之一:Configuration 和 Properties
pom.xml<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven原创 2018-11-21 22:07:12 · 658 阅读 · 0 评论 -
Spring Boot 使用Redis作为默认缓存,那么如何自定义过期 ?
其实注解支持配置过期时间. @Cacheable(value = "people#${select.cache.timeout:1800}#${select.cache.refresh:600}", key = "#person.id", sync = true)//3public Person findOne(Person person) { Person p = personR...转载 2018-12-06 11:15:04 · 787 阅读 · 0 评论