Updated docs

This commit is contained in:
Marcin Grzejszczak
2016-09-23 22:44:01 +02:00
parent 6381362ad6
commit 0694d5b6f6
3 changed files with 3 additions and 3 deletions

View File

@@ -1298,7 +1298,7 @@ Example of a `pom.xml` inside the `server` folder.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<spring-cloud-contract.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-contract.version>
<spring-cloud-contract.version>1.0.1.BUILD-SNAPSHOT</spring-cloud-contract.version>
<spring-cloud-dependencies.version>Camden.BUILD-SNAPSHOT</spring-cloud-dependencies.version>
</properties>

View File

@@ -433,7 +433,7 @@ extended by the autogenerated tests. You have two options:
The convention is such that if you have a contract under e.g. `src/test/resources/contract/hello/v1/` and provide the value of the `packageWithBaseClasses` property
to `hello` then we will assume that there is a `HelloV1Base` class under `hello` package. In other words we take last two parts of package
if they exist and form a class with a `Base` suffix. Takes precedence over **baseClassForTests**. Example of usage in the `contracts` closure:
if they exist and form a class with a `Base` suffix. Takes precedence over **baseClassForTests**. Example of usage:
[source,xml,indent=0]
----

View File

@@ -35,7 +35,7 @@
<packageWithBaseClasses>hello</packageWithBaseClasses>
</configuration>
</plugin>
<!-- tag::convention[] -->
<!-- end::convention[] -->
</plugins>
</build>