• Stephane Nicoll's avatar
    Start a reactive web application if necessary · 54939e8e
    Stephane Nicoll authored
    This commit makes sure that `@SpringBootTest` with a reactive setup
    starts a web application if necessary.
    
    If both a servlet and a reactive environment are available, a servlet
    environment is bootstraped. This commit also adds a way to force a
    reactive environment by specifying the `spring.main.web-application-type`
    property of the test (e.g. `@TestPropertySource`).
    
    Closes gh-8383
    54939e8e
Name
Last commit
Last update
..
src Loading commit data...
pom.xml Loading commit data...