Files
gangyan/chat_web_backend/src/main/resources/dozerBeanMapping.xml

10 lines
603 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<mappings xmlns="http://dozermapper.github.io/schema/bean-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://dozermapper.github.io/schema/bean-mapping http://dozermapper.github.io/schema/bean-mapping.xsd">
<configuration>
<!-- 默认是 true当发生转换错误时抛出异常停止转换这里设置成false如果转换错误继续转换 -->
<stop-on-errors>false</stop-on-errors>
<date-format>yyyy-MM-dd HH:mm:ss</date-format>
</configuration>
</mappings>