瀏覽代碼

增加启动类README说明

yucheng 3 年之前
父節點
當前提交
e442db3eab
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      fm-sop/src/main/resources/bootstrap.yml

+ 3 - 0
fm-sop/src/main/resources/bootstrap.yml

@@ -8,6 +8,9 @@ spring:
 mybatis-plus:
   mapper-locations: classpath:/mapper/*.xml
   typeAliasesPackage: com.persagy.fm.sop.model
+  configuration:
+    call-setters-on-nulls: true
+    map-underscore-to-camel-case: true
 
 integrated:
   swagger: