摘要: 增加配置 <property name="http_log_path" value="jupiter_http_log" /> <!--输出到http_log文件--> <appender name="httpfile" class="ch.qos.logback.core.rolling.Roll 阅读全文
posted @ 2021-11-05 15:28 jason47 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 几个常见的异常解决方式: ObjectMapper mapper = new ObjectMapper();mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false); mapper.configure(Fea 阅读全文
posted @ 2021-11-05 11:05 jason47 阅读(262) 评论(0) 推荐(0) 编辑