Skip to content

Commit cb38981

Browse files
added directive to run live test
1 parent e2b7e62 commit cb38981

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

spring-5-reactive-2/src/test/java/com/baeldung/debugging/consumer/ConsumerFooServiceLiveTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
import com.baeldung.debugging.consumer.service.FooService;
99

10+
/**
11+
* In order to run this live test, start the following classes:
12+
* - com.baeldung.debugging.server.ServerDebuggingApplication
13+
* - com.baeldung.debugging.consumer.ConsumerDebuggingApplication
14+
*/
1015
public class ConsumerFooServiceLiveTest {
1116

1217
FooService service = new FooService();

0 commit comments

Comments
 (0)