Added options to pass props via @AutoConfigureStubRunner (#61)

* Added options to pass props via @AutoConfigureStubRunner

it's much easier to pass props via the annotation instead of property files. With this change the user can provide the properties inside the test via the annotation. The only thing that has to be passed via props is repositoryRoot (typically it's a very constant property that you set once).

fixes #46
This commit is contained in:
Marcin Grzejszczak
2016-08-24 16:14:10 +02:00
committed by GitHub
parent 3f799405a4
commit 5d3e99874f
30 changed files with 207 additions and 136 deletions

View File

@@ -27,4 +27,4 @@ appender(console, ConsoleAppender) {
}
root(INFO, [console])
logger("org.springframework.cloud.contract.verifier", DEBUG)
logger("org.springframework.cloud", DEBUG)