From bf238049094a617fc74a21c0d64d6439481b0743 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 19 Jul 2016 16:09:03 +0200 Subject: [PATCH] Rearranged props for docs --- .../src/test/resources/application-test-repo.yaml | 3 +++ .../http-client/src/test/resources/application.yaml | 8 +------- 2 files changed, 4 insertions(+), 7 deletions(-) create mode 100644 samples/standalone/http-client/src/test/resources/application-test-repo.yaml diff --git a/samples/standalone/http-client/src/test/resources/application-test-repo.yaml b/samples/standalone/http-client/src/test/resources/application-test-repo.yaml new file mode 100644 index 0000000000..2ac488ce08 --- /dev/null +++ b/samples/standalone/http-client/src/test/resources/application-test-repo.yaml @@ -0,0 +1,3 @@ +stubrunner.stubs: + ids: 'com.example:http-server:+:stubs:8080' + repositoryRoot: http://repo.spring.io/libs-snapshot diff --git a/samples/standalone/http-client/src/test/resources/application.yaml b/samples/standalone/http-client/src/test/resources/application.yaml index 772482e76c..b260e2bac4 100644 --- a/samples/standalone/http-client/src/test/resources/application.yaml +++ b/samples/standalone/http-client/src/test/resources/application.yaml @@ -1,9 +1,3 @@ -# tag::stubs[] stubrunner: work-offline: true - stubs.ids: 'com.example:http-server:+:stubs:8080' -# end::stubs[] - -# tag::repo_root[] -# stubrunner.stubs.repositoryRoot: http://repo.spring.io/libs-snapshot -# end::repo_root[] + stubs.ids: 'com.example:http-server:+:stubs:8080' \ No newline at end of file