springdoc-openapi
springdoc-openapi copied to clipboard
missing .map file
The current framework references the swagger-ui. The packaging of the .map file, which was removed from swagger-ui starting from version 5.24.0, can lead to an error when the browser requests the .map file. If the service catches the NoResourceException and its parent classes, an error will be prompted.
https://github.com/swagger-api/swagger-ui/issues/10635