Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2016-11-14 10:10:53 +00:00
parent affe96853a
commit 7e672799a4

View File

@@ -1429,7 +1429,7 @@ It’s really important that you understand the map notation to set up contr
<div class="content">
<pre class="highlight"><code class="language-groovy" data-lang="groovy">@RunWith(SpringRunner.class)
@SpringBootTest(webEnvironment=WebEnvironment.NONE)
@AutoConfigureStubRunner(ids = {"com.example:http-server-dsl:+:stubs:8080"}, workOffline = true)
@AutoConfigureStubRunner(ids = {"com.example:http-server-dsl:+:stubs:6565"}, workOffline = true)
@DirtiesContext
public class LoanApplicationServiceTests {</code></pre>
</div>