1 Star 0 Fork 953

jlcoding/jboot

forked from JbootProjects/jboot 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ActionCacheService.java 392 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Yang 提交于 2018-01-27 09:37 +08:00 . add @Cacheable annotation demos
package actioncache;
import io.jboot.core.cache.annotation.Cacheable;
import io.jboot.utils.StringUtils;
/**
* @author Michael Yang 杨福海 (fuhai999@gmail.com)
* @version V1.0
* @Package actioncache
*/
public class ActionCacheService {
@Cacheable(name = "test1",key = "#(phone)")
public String getByPhone(String phone){
return StringUtils.uuid()+ phone;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/msgcode/jboot.git
git@gitee.com:msgcode/jboot.git
msgcode
jboot
jboot
master

搜索帮助