随笔分类 -  SpringBoot

SpringBoot 入门 提高 ;架构、微服务
摘要:#配置 1.主应用开启缓存 @EnableCaching 2.方法配置@Cacheable @GetMapping("/get") @Cacheable(value = "users", key = "#id") @ApiOperation(value="缓存") public Result<Map 阅读全文
posted @ 2018-12-28 15:12 西瓜芝麻 阅读(188) 评论(0) 推荐(0)
摘要:rest 下载文件接口方法 及远程调用方法(httpclient)配对使用 阅读全文
posted @ 2018-11-01 17:02 西瓜芝麻 阅读(1094) 评论(0) 推荐(0)