Browse Source

增加启动类README说明

yucheng 3 years ago
parent
commit
e442db3eab
1 changed files with 3 additions and 0 deletions
  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: