Skip to content

Commit

Permalink
SHIBUI-2274
Browse files Browse the repository at this point in the history
organized the output of the swagger list
  • Loading branch information
chasegawa committed Jun 14, 2022
1 parent 86215f1 commit 671749e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"/api/entities" }, // existing - included to break no existing code
method = RequestMethod.GET)
@Slf4j
@Tags(value = {@Tag(name = "entity")})
@Tags(value = {@Tag(name = "MDQ")})
public class EntitiesController {
@Autowired
private EntityDescriptorService entityDescriptorService;
Expand Down
2 changes: 2 additions & 0 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ shibui.roles.authenticated=ADMIN,ENABLE,USER
shibui.beacon-enabled=true

springdoc.use-management-port=true
springdoc.swagger-ui.tagsSorter: alpha
springdoc.writer-with-order-by-keys: true
springdoc.pathsToMatch=/entities, /api/**
# This property enables the openapi and swagger-ui endpoints to be exposed beneath the actuator base path.
management.endpoints.web.exposure.include=openapi, swagger-ui
Expand Down

0 comments on commit 671749e

Please sign in to comment.