mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Add the concept of a `BaseUrl` to the core `spring-boot-test` module for use when making test HTTP calls. The web server module provides `BaseUrlProvider` implementations that provide the actual base URL (usually `https://localhost:<local-server-port>`). Test utilities will be able to use `BaseUrlProviders` to find the `BaseUrl`. See gh-46356