Skip to content

Commit

Permalink
remove SpringDocConfiguration for microservices
Browse files Browse the repository at this point in the history
  • Loading branch information
yhao3 committed Sep 28, 2024
1 parent 283309c commit b050412
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions generators/spring-boot/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import { SERVER_MAIN_RES_DIR, SERVER_MAIN_SRC_DIR, SERVER_TEST_RES_DIR, SERVER_TEST_SRC_DIR } from '../generator-constants.js';
import { addSectionsCondition, mergeSections } from '../base/support/index.js';
import {
javaMainPackageTemplatesBlock,
moveToJavaPackageSrcDir,
moveToJavaPackageTestDir,
moveToSrcMainResourcesDir,
Expand Down Expand Up @@ -352,10 +351,6 @@ export const baseServerFiles = {
},
],
serverMicroservice: [
javaMainPackageTemplatesBlock({
condition: generator => generator.applicationTypeMicroservice,
templates: ['config/SpringDocConfiguration.java'],
}),
{
condition: generator => generator.applicationTypeMicroservice,
path: SERVER_MAIN_RES_DIR,
Expand Down

0 comments on commit b050412

Please sign in to comment.