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:
committed by
GitHub
parent
3f799405a4
commit
5d3e99874f
@@ -27,4 +27,4 @@ appender(console, ConsoleAppender) {
|
||||
}
|
||||
|
||||
root(INFO, [console])
|
||||
logger("org.springframework.cloud.contract.verifier", DEBUG)
|
||||
logger("org.springframework.cloud", DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user