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 bc70d0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions generators/spring-boot/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,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 bc70d0c

Please sign in to comment.