BAEL-1174: A Quick Guide to Spring Cloud Consul

This commit is contained in:
Jose Carvajal 2017-12-01 08:43:20 +01:00
parent 1fca4ae95e
commit 37d13ac4f5
6 changed files with 5 additions and 24 deletions

View File

@ -19,6 +19,7 @@
<module>spring-cloud-stream</module>
<module>spring-cloud-connectors-heroku</module>
<module>spring-cloud-aws</module>
<module>spring-cloud-consul</module>
</modules>
<packaging>pom</packaging>

View File

@ -6,7 +6,6 @@
<groupId>org.baeldung</groupId>
<artifactId>spring-cloud-stream</artifactId>
<packaging>pom</packaging>
<name>spring-cloud-stream</name>

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<XMLTutorials>
<tutorial tutId="01" type="xml">
<title>XML with Dom4J</title>
<description>XML handling with Dom4J</description>
<date>14/06/2016</date>
<author>Dom4J tech writer</author>
</tutorial>
</XMLTutorials>

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<tutorials>
<tutorial tutId="01" type="XML">
<author>Jaxb author</author>
<date>04/02/2015</date>
<description>XML Binding with Jaxb</description>
<title>XML with Jaxb</title>
</tutorial>
</tutorials>