• Phillip Webb's avatar
    Provide TestRestTemplate for @WebIntegrationTests · ab7b48de
    Phillip Webb authored
    Add a ContextCustomizerFactory to provide TestRestTemplate as a bean for
    tests annotated with WebIntegrationTests. Additionally provide support
    for automatically expanding URLs of the form `/example` to
    `http://localhost:${local.server.port}/example`.
    
    Fixes gh-5227
    ab7b48de
spring.factories 592 Bytes