diff --git a/demo-athenaopt_backend/develop/conf/application.properties b/demo-athenaopt_backend/develop/conf/application.properties index 408b0b5..9756e34 100644 --- a/demo-athenaopt_backend/develop/conf/application.properties +++ b/demo-athenaopt_backend/develop/conf/application.properties @@ -44,13 +44,13 @@ dwdaoSelectVersionFieldEnabled=@dwdaoSelectVersionFieldEnabled@ #example - false:com.digiwin.app.dao.filter.DWSQLManagementFieldFilter, dwsqlFilterChianCustom=@dwsqlFilterChianCustom@ #management field enabled -mgmtFieldEnabled=false +mgmtFieldEnabled=true #management field resolver class name #dap default resolver = com.digiwin.app.dao.filter.DWProfileManagementFieldResolver mgmtFieldResolver=com.digiwin.app.dao.filter.DWProfileManagementFieldResolver #management fields mappings #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 mgmtFieldIgnoreCustomValue=false #Log file name id: Ex. Windows:_${env:COMPUTERNAME} Linux:_${env:HOSTNAME} @@ -66,7 +66,7 @@ dwServiceChainReceivedPrinterType=@dwServiceChainReceivedPrinterType@ #DWJson enable empty string to null dwJsonEmptyStrToNullEnabled=@dwJsonEmptyStrToNullEnabled@ #DWDao underscore-to-camel-case setting -dwDaoUnderScoreToCamelCase=@dwDaoUnderScoreToCamelCase@ +dwDaoUnderScoreToCamelCase=true #DWMq dwMqEnabled=@dwMqEnabled@ dwMqProtocol=@dwMqProtocol@