Upgrade to Spring Java Format 0.0.29

Closes gh-28205
This commit is contained in:
Andy Wilkinson
2021-10-04 12:48:23 +01:00
parent 747cd9d5d1
commit 9c9fbf400e
29 changed files with 66 additions and 64 deletions

View File

@@ -37,8 +37,9 @@ import static org.assertj.core.api.Assertions.assertThat;
*
* @author Stephane Nicoll
*/
@SpringBootTest(properties = "spring.main.web-application-type=reactive", classes = {
WebTestClientSpringBootTestIntegrationTests.TestConfiguration.class, ExampleWebFluxApplication.class })
@SpringBootTest(properties = "spring.main.web-application-type=reactive",
classes = { WebTestClientSpringBootTestIntegrationTests.TestConfiguration.class,
ExampleWebFluxApplication.class })
@AutoConfigureWebTestClient
class WebTestClientSpringBootTestIntegrationTests {