Skip to content

Commit

Permalink
Merge pull request #26922 from mshima/spring-boot-templates
Browse files Browse the repository at this point in the history
move templates from server to spring-boot generator templates
  • Loading branch information
DanielFran authored Aug 7, 2024
2 parents 52082a5 + 6fb9856 commit cadc014
Show file tree
Hide file tree
Showing 147 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/spring-boot/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ public void set${javaBeanCase(propertyName)}(${propertyType} ${propertyName}) {
async writeFiles({ application }) {
return this.writeFiles({
sections: serverFiles,
rootTemplatesPath: ['', '../../server/templates/', '../../java/generators/domain/templates/'],
rootTemplatesPath: ['', '../../java/generators/domain/templates/'],
context: application,
});
},
Expand Down
File renamed without changes.

0 comments on commit cadc014

Please sign in to comment.