diff --git a/mybatis-flex-test/mybatis-flex-native-test/mybatis-flex.config b/mybatis-flex-test/mybatis-flex-native-test/mybatis-flex.config index cde29826..1d089d80 100644 --- a/mybatis-flex-test/mybatis-flex-native-test/mybatis-flex.config +++ b/mybatis-flex-test/mybatis-flex-native-test/mybatis-flex.config @@ -1,6 +1,6 @@ -processor.mappersGenerateEnable = true -processor.entity.ignoreSuffixes = Dto +processor.mapper.generateEnable = true +processor.tableDef.ignoreEntitySuffixes = Dto #upperCase, lowerCase, upperCamelCase, lowerCamelCase -processor.tablesNameStyle=upperCase -#processor.allInTables = true \ No newline at end of file +processor.tableDef.propertiesNameStyle=upperCase +#processor.allInTables.enable = true \ No newline at end of file