From c30158c268786f4450ccc028fc6542fc1dfd7e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Sun, 2 Jul 2023 12:02:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=20apt=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=20processor.allInTables=20--->=20processor.a?= =?UTF-8?q?llInTables.enable=20processor.tablesPackage=20--->=20processor.?= =?UTF-8?q?allInTables.package=20processor.tablesClassName=20---->=20proce?= =?UTF-8?q?ssor.allInTables.className=20processor.mappersGenerateEnable=20?= =?UTF-8?q?---->=20processor.mapper.generateEnable=20processor.baseMapperC?= =?UTF-8?q?lass=20--->=20processor.mapper.baseClass=20processor.mappersPac?= =?UTF-8?q?kage=20--->=20processor.mapper.package=20processor.tablesNameSt?= =?UTF-8?q?yle=20--->=20processor.tableDef.propertiesNameStyle=20processor?= =?UTF-8?q?.tablesDefSuffix=20--->=20processor.tableDef.instanceSuffix=20p?= =?UTF-8?q?rocessor.entity.ignoreSuffixes=20--->=20processor.tableDef.igno?= =?UTF-8?q?reEntitySuffixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mybatis-flex-native-test/mybatis-flex.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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