diff --git a/src/main/webapp/app/springboot/domain/SetupService.ts b/src/main/webapp/app/springboot/domain/SetupService.ts new file mode 100644 index 00000000000..64bf735c79a --- /dev/null +++ b/src/main/webapp/app/springboot/domain/SetupService.ts @@ -0,0 +1 @@ +export interface SetupService {} diff --git a/src/main/webapp/app/springboot/primary/Generator.component.ts b/src/main/webapp/app/springboot/primary/Generator.component.ts index 4bf208a14d3..eb35b778462 100644 --- a/src/main/webapp/app/springboot/primary/Generator.component.ts +++ b/src/main/webapp/app/springboot/primary/Generator.component.ts @@ -13,6 +13,7 @@ import { ProjectHistoryService } from '@/common/domain/ProjectHistoryService'; import { History } from '@/common/domain/History'; import { ProjectService } from '../domain/ProjectService'; import { StoreGeneric } from 'pinia'; +import { SetupGeneratorVue } from '@/springboot/primary/generator/setup-generator'; export default defineComponent({ name: 'GeneratorComponent', @@ -21,6 +22,7 @@ export default defineComponent({ IconVue, DefaultButtonVue, ProjectGeneratorVue, + SetupGeneratorVue, SpringBootGeneratorVue, AngularGeneratorVue, ReactGeneratorVue, diff --git a/src/main/webapp/app/springboot/primary/Generator.vue b/src/main/webapp/app/springboot/primary/Generator.vue index 3cc3d67fe58..2f95ab8bd93 100644 --- a/src/main/webapp/app/springboot/primary/Generator.vue +++ b/src/main/webapp/app/springboot/primary/Generator.vue @@ -318,7 +318,7 @@
+