We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab705bf commit efef2aeCopy full SHA for efef2ae
generator-web/src/main/resources/templates/code-generator/jpa/repository.ftl
@@ -1,4 +1,4 @@
1
-<#if isWithPackage?exists && isWithPackage==true>package ${packageName}.mapper;</#if>
+<#if isWithPackage?exists && isWithPackage==true>package ${packageName}.repository;</#if>
2
<#if isAutoImport?exists && isAutoImport==true>import ${packageName}.entity.${classInfo.className};
3
4
<#if classInfo.fieldList?exists && classInfo.fieldList?size gt 0>
0 commit comments