Skip to content

Commit

Permalink
Merge pull request #416 from mshima/cleanup
Browse files Browse the repository at this point in the history
remove unused files
  • Loading branch information
DanielFran authored Jul 31, 2024
2 parents 3d99281 + 74d35f7 commit 1ab2443
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 367 deletions.
37 changes: 0 additions & 37 deletions generators/spring-boot/entity-cleanup.js

This file was deleted.

73 changes: 0 additions & 73 deletions generators/spring-boot/entity-files-couchbase.js

This file was deleted.

212 changes: 0 additions & 212 deletions generators/spring-boot/files-sql.js

This file was deleted.

6 changes: 2 additions & 4 deletions generators/spring-boot/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,9 @@ export default class extends BaseApplicationGenerator {
}

get [BaseApplicationGenerator.WRITING]() {
const { resetFakeDataSeed, generateKeyStore } = super.writing;
return this.asWritingTaskGroup({
resetFakeDataSeed,
generateKeyStore,
async writingTemplateTask({ application }) {
...super.writing,
async writeFiles({ application }) {
await this.writeFiles({
sections: serverFiles,
context: application,
Expand Down

This file was deleted.

0 comments on commit 1ab2443

Please sign in to comment.