We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48aa02c commit 9b7dc41Copy full SHA for 9b7dc41
2 files changed
src/main/java/com/generator/domain/占位.txt src/main/java/com/generator/pojo/占位.txtsrc/main/java/com/generator/domain/占位.txt renamed to src/main/java/com/generator/pojo/占位.txt
src/main/resources/mybatis-generator-config.xml
@@ -31,7 +31,7 @@
31
</javaTypeResolver>
32
33
<!--要生成的 pojo 模块位置-->
34
- <javaModelGenerator targetPackage="com.generator.domain" targetProject="THIS_CONFIGURATION_IS_NOT_REQUIRED">
+ <javaModelGenerator targetPackage="com.generator.pojo" targetProject="THIS_CONFIGURATION_IS_NOT_REQUIRED">
35
<property name="enableSubPackages" value="false"/>
36
<property name="trimStrings" value="true"/>
37
</javaModelGenerator>
0 commit comments