File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-cloud-bus-tests/src/test/java/org/springframework/cloud/bus Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232import org .springframework .boot .autoconfigure .EnableAutoConfiguration ;
3333import org .springframework .boot .builder .SpringApplicationBuilder ;
3434import org .springframework .boot .test .context .SpringBootTest ;
35- import org .springframework .boot .webtestclient .AutoConfigureWebTestClient ;
35+ import org .springframework .boot .webtestclient .autoconfigure . AutoConfigureWebTestClient ;
3636import org .springframework .cloud .bus .event .EnvironmentChangeRemoteApplicationEvent ;
3737import org .springframework .cloud .stream .binder .ProducerProperties ;
3838import org .springframework .cloud .stream .config .BindingServiceProperties ;
Original file line number Diff line number Diff line change 3131import org .springframework .boot .builder .SpringApplicationBuilder ;
3232import org .springframework .boot .test .context .SpringBootTest ;
3333import org .springframework .boot .testcontainers .service .connection .ServiceConnection ;
34- import org .springframework .boot .webtestclient .AutoConfigureWebTestClient ;
34+ import org .springframework .boot .webtestclient .autoconfigure . AutoConfigureWebTestClient ;
3535import org .springframework .cloud .bus .event .EnvironmentChangeRemoteApplicationEvent ;
3636import org .springframework .context .ApplicationListener ;
3737import org .springframework .context .ConfigurableApplicationContext ;
You can’t perform that action at this time.
0 commit comments