Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urgi-is
FAIDARE
Commits
5d003628
Commit
5d003628
authored
Mar 10, 2022
by
Jean-Baptiste Nizet
Committed by
Cédric Exbrayat
Mar 11, 2022
Browse files
feat: change title of Swagger API and sort tags and endpoints alphabetically
parent
14bef911
Changes
2
Hide whitespace changes
Inline
Side-by-side
backend/src/main/java/fr/inra/urgi/faidare/config/SwaggerConfig.java
View file @
5d003628
...
...
@@ -13,6 +13,6 @@ public class SwaggerConfig {
@Bean
public
OpenAPI
springShopOpenAPI
()
{
return
new
OpenAPI
().
info
(
new
Info
().
title
(
"F
ai
DARE
API
"
));
return
new
OpenAPI
().
info
(
new
Info
().
title
(
"F
AI
DARE
and BrAPI APIs
"
));
}
}
backend/src/main/resources/application.yml
View file @
5d003628
...
...
@@ -108,6 +108,9 @@ server:
springdoc
:
packagesToScan
:
fr.inra.urgi.faidare.api
pathsToMatch
:
/faidare/**, /brapi/**
swagger-ui
:
operationsSorter
:
alpha
tagsSorter
:
alpha
---
spring
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment