摘要: 介绍 Jasypt是Java流行的加密库,使用Jasypt spring boot starter可以和springboot整合 独立使用 配置依赖 基本使用 整合SpringBoot 配置依赖 基本使用 application.properties Controller.java 阅读全文
posted @ 2020-04-27 15:21 Peterer~王勇 阅读(856) 评论(0) 推荐(0) 编辑
摘要: 介绍 Jackson是流行的Java Json解析器 基本使用 Json和对象之间转换 Json和JsonNode对象之间转换 自定义Json转换对象 常用配置 忽略无法对应的属性 设置日期格式 开启Wrapping 正常是{"id": xx, "name": xx},开启Wrapping后在外面嵌 阅读全文
posted @ 2020-04-27 09:12 Peterer~王勇 阅读(282) 评论(0) 推荐(0) 编辑