mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 22:59:01 +00:00
This commit updates BaseUrlBuilderFactory to reuse features of the Spring Framework to handle the base URL rather than duplicating it. As a result, BaseUrl no longer resolves anything but rather provide a standard component that is able to resolve the URI if needed. Closes gh-47674