fix mapping api endpoints in swagger
This commit is contained in:
parent
0c7dd1ec23
commit
475fa7e9f5
@ -499,6 +499,9 @@ spring.mvc.cors:
|
||||
# The default timeout for asynchronous requests in milliseconds
|
||||
spring.mvc.async.request-timeout: "${SPRING_MVC_ASYNC_REQUEST_TIMEOUT:30000}"
|
||||
|
||||
# For endpoints matching in Swagger
|
||||
spring.mvc.pathmatch.matching-strategy: "ANT_PATH_MATCHER"
|
||||
|
||||
# spring serve gzip compressed static resources
|
||||
spring.resources.chain:
|
||||
compressed: "true"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user