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 |
||
---|---|---|
.. | ||
src | ||
build.gradle |