Skip to content

Commit

Permalink
Update entity-files.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Feb 5, 2024
1 parent 43562a1 commit 45ac4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/spring-boot/entity-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const sampleFiles = {
sampleFiles: [
javaTestPackageTemplatesBlock({
relativePath: '_entityPackage_/domain/',
condition: data => !data.embedded && data.newIntegrationTestSample,
condition: data => !data.embedded && data.databaseTypeSql && !data.reactive,
templates: ['_persistClass_IntegrationTestSamplesBuilder.java'],
}),
],
Expand Down

0 comments on commit 45ac4af

Please sign in to comment.