Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2019-08-14 10:52:35 +00:00
parent 67d3e365ec
commit 94ea020655
42 changed files with 26417 additions and 16603 deletions

View File

@@ -2143,7 +2143,7 @@ can also provide the offline work switch (<code>StubRunnerProperties.StubsMode.L
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy">@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 {</code></pre>
</div>
</div>