spring:jackson:#日期格式化date-format: yyyy-MM-dd HH:mm:ssserialization:#格式化输出indent_output: true#忽略无法转换的对象fail_on_empty_beans: false#设置空如何序列化defaultPropertyInclusion: NON_EMPTYdeserialization:#允许对象忽略json中不存在的属性fail_on_unknown_properties: falseparser:#允许出现特殊字符和转义符allow_unquoted_control_chars: true#允许出现单引号allow_single_quotes: true
