added directive to run live test

This commit is contained in:
Mathieu Fortin 2020-03-17 19:20:11 -04:00
parent e2b7e620a6
commit cb38981274
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ import org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec;
import com.baeldung.debugging.consumer.service.FooService;
/**
* In order to run this live test, start the following classes:
* - com.baeldung.debugging.server.ServerDebuggingApplication
* - com.baeldung.debugging.consumer.ConsumerDebuggingApplication
*/
public class ConsumerFooServiceLiveTest {
FooService service = new FooService();