会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
随笔:7 文章:0 评论:0 阅读:
16582
君夜尘
我不知道将去何方,但我已在路上
博客园
首页
新随笔
联系
订阅
管理
2019年7月30日
Jackson学习(一) 美化/输出JSON
摘要: 1、引入Maven依赖 2、创建实体类 3、创建Test 4、效果图
阅读全文
posted @ 2019-07-30 17:11 Damien_feng
阅读(309)
评论(0)
推荐(0)
编辑
IDEA Merge into Current时出现You have not concluded your merge (MERGE_HEAD exists)错误问题
摘要: 参考链接:https://blog.csdn.net/JavaCode_codeMan/article/details/81182412 第一种方法:恢复到之前的版本,删除提交记录 git log //获取日志 git reset --soft ${commit-id} //回滚到 -- 版本id
阅读全文
posted @ 2019-07-30 15:32 Damien_feng
阅读(3659)
评论(0)
推荐(0)
编辑
使用Jackson时间格式化,时间注解@JsonFormat用法
摘要: 参考链接:https://blog.csdn.net/zhao1949/article/details/78969841?tdsourcetag=s_pcqq_aiomsg 1、在实体类Date字段上添加@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")注解 2
阅读全文
posted @ 2019-07-30 15:30 Damien_feng
阅读(8018)
评论(0)
推荐(0)
编辑
<
2025年2月
>
日
一
二
三
四
五
六
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1
2
3
4
5
6
7
8
公告
昵称:
Damien_feng
园龄:
5年10个月
粉丝:
0
关注:
7
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
IDEA(2)
Jackson(2)
Java(1)
Mybatis(1)
SpringBoot(1)
随笔档案
2020年7月(1)
2019年8月(2)
2019年7月(4)
阅读排行榜
1. 使用Jackson时间格式化,时间注解@JsonFormat用法(8018)
2. IDEA Merge into Current时出现You have not concluded your merge (MERGE_HEAD exists)错误问题(3659)
3. IDEA+SpringBoot+Mybatis Generator+MySQL8.0.17自动生成实体类和Mapper(1850)
4. idea 使用快捷键生成序列化id(1654)
5. Springboot 实现分布式锁(615)
点击右上角即可分享