Adds support for property origin tracking in config server/client

Adds a new format if requested using v2 Accept header, otherwise the
format is backwards compatible so older clients will work with new
servers.

fixes gh-866
This commit is contained in:
Spencer Gibb
2019-08-02 15:00:47 -04:00
committed by GitHub
parent cbcdcde9c2
commit 7f547f8ec1
42 changed files with 479 additions and 167 deletions

View File

@@ -123,5 +123,20 @@
<start-class>org.springframework.cloud.config.server.ConfigServerApplication
</start-class>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.2</version>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>