Browse Source

开启DWDAO配置 for 模型驱动

master
董书康 1 year ago
parent
commit
c9e2781826
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      demo-athenaopt_backend/develop/conf/application.properties

+ 3
- 3
demo-athenaopt_backend/develop/conf/application.properties View File

@ -44,13 +44,13 @@ dwdaoSelectVersionFieldEnabled=@dwdaoSelectVersionFieldEnabled@
#example - false:com.digiwin.app.dao.filter.DWSQLManagementFieldFilter, #example - false:com.digiwin.app.dao.filter.DWSQLManagementFieldFilter,
dwsqlFilterChianCustom=@dwsqlFilterChianCustom@ dwsqlFilterChianCustom=@dwsqlFilterChianCustom@
#management field enabled #management field enabled
mgmtFieldEnabled=false
mgmtFieldEnabled=true
#management field resolver class name #management field resolver class name
#dap default resolver = com.digiwin.app.dao.filter.DWProfileManagementFieldResolver #dap default resolver = com.digiwin.app.dao.filter.DWProfileManagementFieldResolver
mgmtFieldResolver=com.digiwin.app.dao.filter.DWProfileManagementFieldResolver mgmtFieldResolver=com.digiwin.app.dao.filter.DWProfileManagementFieldResolver
#management fields mappings #management fields mappings
#example - DATA_CREATED_BY:userId,DATA_MODIFY_BY:userId #example - DATA_CREATED_BY:userId,DATA_MODIFY_BY:userId
mgmtFieldInsertMappings=create_by:userId,create_date:$DATETIME
mgmtFieldInsertMappings=create_by:userId,modified_by:userId,create_date:$DATETIME
mgmtFieldUpdateMappings=modified_by:userId,modified_date:$DATETIME mgmtFieldUpdateMappings=modified_by:userId,modified_date:$DATETIME
mgmtFieldIgnoreCustomValue=false mgmtFieldIgnoreCustomValue=false
#Log file name id: Ex. Windows:_${env:COMPUTERNAME} Linux:_${env:HOSTNAME} #Log file name id: Ex. Windows:_${env:COMPUTERNAME} Linux:_${env:HOSTNAME}
@ -66,7 +66,7 @@ dwServiceChainReceivedPrinterType=@dwServiceChainReceivedPrinterType@
#DWJson enable empty string to null #DWJson enable empty string to null
dwJsonEmptyStrToNullEnabled=@dwJsonEmptyStrToNullEnabled@ dwJsonEmptyStrToNullEnabled=@dwJsonEmptyStrToNullEnabled@
#DWDao underscore-to-camel-case setting #DWDao underscore-to-camel-case setting
dwDaoUnderScoreToCamelCase=@dwDaoUnderScoreToCamelCase@
dwDaoUnderScoreToCamelCase=true
#DWMq #DWMq
dwMqEnabled=@dwMqEnabled@ dwMqEnabled=@dwMqEnabled@
dwMqProtocol=@dwMqProtocol@ dwMqProtocol=@dwMqProtocol@


Loading…
Cancel
Save