diff --git a/reference/html/getting-started.html b/reference/html/getting-started.html index 539521228d..c4c7a335a6 100644 --- a/reference/html/getting-started.html +++ b/reference/html/getting-started.html @@ -2143,7 +2143,7 @@ can also provide the offline work switch (StubRunnerProperties.StubsMode.L
@RunWith(SpringRunner.class)
 @SpringBootTest(webEnvironment = WebEnvironment.NONE)
 @AutoConfigureStubRunner(ids = {
-        "com.example:http-server-dsl:+:stubs:6565" }, stubsMode = StubRunnerProperties.StubsMode.LOCAL)
+        "com.example:http-server-dsl:+:stubs" }, stubsMode = StubRunnerProperties.StubsMode.LOCAL)
 public class LoanApplicationServiceTests {
diff --git a/reference/html/project-features.html b/reference/html/project-features.html index 04f45988cb..57d5a1a9e1 100644 --- a/reference/html/project-features.html +++ b/reference/html/project-features.html @@ -100,14 +100,15 @@ $(addBlockSwitches); @@ -279,10 +280,10 @@ $(addBlockSwitches);
  • 5.6. Using the Stub Runner Boot Application -