mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +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