mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
This commit creates our own version of javax.servlet.DispatcherType for configuration purpose as we can use the other one now the servlet api is optional. Closes gh-9856