会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Tasty
博客园
首页
新随笔
联系
订阅
管理
2021年1月20日
springboot中Ehcache缓存使用
摘要: 添加依赖 <!--开启 cache 缓存 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-cache</artifactId> </dependency> <!-
阅读全文
posted @ 2021-01-20 15:56 Tasty
阅读(150)
评论(0)
推荐(0)
2020年12月17日
Java11新特性
摘要: Java8新特性 转大写 List<String> words = Arrays.asList("a", "b", "c", "d"); List<String> collect = words.stream().map(String::toUpperCase).collect(Collectors
阅读全文
posted @ 2020-12-17 13:10 Tasty
阅读(112)
评论(0)
推荐(0)
markdown学习
摘要: 一级标题 # 一级标题 二级标题 ## 二级标题 三级标题 ### 三级标题 四级标题 #### 四级标题 斜体 这是斜体 *这是斜体* 加粗 这是加粗** **这是加粗** 引用 这是引用 > 这是引用 无序列表 列表1 列表1.1 列表1.2 列表2 列表3 - 列表1 - 列表1.1 - 列表
阅读全文
posted @ 2020-12-17 13:08 Tasty
阅读(48)
评论(0)
推荐(0)
公告