SGF-674 - Add EnableClusterConfiguration annotation to push cluster configuration meta-data from the client to the server.

This commit is contained in:
John Blum
2017-08-05 21:43:56 -07:00
parent cbc655cd3d
commit b2b826a1e5
54 changed files with 6129 additions and 107 deletions

View File

@@ -89,6 +89,11 @@
<artifactId>spring-tx</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<!-- Spring Data Commons -->
<dependency>
<groupId>org.springframework.data</groupId>