Skip to content

Instantly share code, notes, and snippets.

@marrek13
Created October 14, 2022 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marrek13/a446cc08a4f99d991079a57d47dd4162 to your computer and use it in GitHub Desktop.
Save marrek13/a446cc08a4f99d991079a57d47dd4162 to your computer and use it in GitHub Desktop.
@Configuration
class ApiWebMvcRegistrationsConfig : WebMvcRegistrations {
override fun getRequestMappingHandlerMapping(): RequestMappingHandlerMapping = ApiRequestMappingHandlerMapping()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment