Skip to content
Snippets Groups Projects
Commit 06649b3d authored by Lars Johansson's avatar Lars Johansson
Browse files

Update sorting of operations and tags in Swagger UI

parent ccf8fa51
No related branches found
No related tags found
No related merge requests found
Pipeline #153591 passed
...@@ -44,7 +44,7 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect ...@@ -44,7 +44,7 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=none spring.jpa.hibernate.ddl-auto=none
spring.jpa.hibernate.show-sql=true spring.jpa.hibernate.show-sql=true
# open api, swagger ui # open api
# doc # doc
app.version=0.0.1-SNAPSHOT app.version=0.0.1-SNAPSHOT
openapi.externaldocs.description=ESS Naming Convention openapi.externaldocs.description=ESS Naming Convention
...@@ -66,3 +66,9 @@ openapi.info.description=\ ...@@ -66,3 +66,9 @@ openapi.info.description=\
- Regular expressions are not supported for searches. Regex-like behavior is available with _ underscore, 0 or 1 occurrences of any character, % percent, any number of any character. - Regular expressions are not supported for searches. Regex-like behavior is available with _ underscore, 0 or 1 occurrences of any character, % percent, any number of any character.
openapi.info.license.name=Copyright (C) 2022 European Spallation Source ERIC. openapi.info.license.name=Copyright (C) 2022 European Spallation Source ERIC.
openapi.info.title=Naming REST API openapi.info.title=Naming REST API
# springdoc
# sort the operation list of each API
# sort the tags
springdoc.swagger-ui.operationsSorter=method
springdoc.swagger-ui.tagsSorter=alpha
...@@ -45,7 +45,7 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect ...@@ -45,7 +45,7 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=none spring.jpa.hibernate.ddl-auto=none
spring.jpa.hibernate.show-sql=true spring.jpa.hibernate.show-sql=true
# open api, swagger ui # open api
# doc # doc
app.version=0.0.1-SNAPSHOT app.version=0.0.1-SNAPSHOT
openapi.externaldocs.description=ESS Naming Convention openapi.externaldocs.description=ESS Naming Convention
...@@ -68,6 +68,12 @@ openapi.info.description=\ ...@@ -68,6 +68,12 @@ openapi.info.description=\
openapi.info.license.name=Copyright (C) 2022 European Spallation Source ERIC. openapi.info.license.name=Copyright (C) 2022 European Spallation Source ERIC.
openapi.info.title=Naming REST API openapi.info.title=Naming REST API
# springdoc
# sort the operation list of each API
# sort the tags
springdoc.swagger-ui.operationsSorter=method
springdoc.swagger-ui.tagsSorter=alpha
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Note # Note
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment