Merge pull request #1066 from norbertpotocki/master

Add cfg4j to website (community projects section)
This commit is contained in:
Ryan Breen 2015-06-28 16:20:53 -04:00
commit 8fc15f29a1
1 changed files with 6 additions and 3 deletions

View File

@ -87,6 +87,9 @@ description: |-
</p>
<ul>
<li>
<a href="http://www.cfg4j.org">cfg4j</a> - Configuration library for Java distributed apps. Reads and auto-updates configuration from Consul KVs (and others)
</li>
<li>
<a href="https://github.com/kelseyhightower/confd">confd</a> - Manage local application configuration files using templates and data from etcd or Consul
</li>
@ -99,15 +102,15 @@ description: |-
<li>
<a href="https://github.com/ryanbreen/git2consul">git2consul</a> - Mirror the contents of a Git repository into Consul KVs
</li>
<li>
<a href="https://github.com/amirkibbar/red-apple">gradle-consul-plugin</a> - A Consul Gradle plugin
</li>
<li>
<a href="https://github.com/SVT/helios-consul">helios-consul</a> - Service registrar plugin for Helios
</li>
<li>
<a href="https://github.com/progrium/registrator">registrator</a> - Service registry bridge for Docker
</li>
<li>
<a href="https://github.com/amirkibbar/red-apple">gradle-consul-plugin</a> - A Consul Gradle plugin
</li>
<li>
<a href="https://github.com/spring-cloud/spring-cloud-consul">Spring Cloud Consul</a> - Service discovery, configuration and events for Spring Cloud
</li>