BAEL-1174: A Quick Guide to Spring Cloud Consul
This commit is contained in:
parent
1fca4ae95e
commit
37d13ac4f5
@ -1,3 +1,3 @@
|
|||||||
UK
|
UK
|
||||||
US
|
US
|
||||||
Germany
|
Germany
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
<module>spring-cloud-stream</module>
|
<module>spring-cloud-stream</module>
|
||||||
<module>spring-cloud-connectors-heroku</module>
|
<module>spring-cloud-connectors-heroku</module>
|
||||||
<module>spring-cloud-aws</module>
|
<module>spring-cloud-aws</module>
|
||||||
|
<module>spring-cloud-consul</module>
|
||||||
</modules>
|
</modules>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
<groupId>org.baeldung</groupId>
|
<groupId>org.baeldung</groupId>
|
||||||
<artifactId>spring-cloud-stream</artifactId>
|
<artifactId>spring-cloud-stream</artifactId>
|
||||||
|
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>spring-cloud-stream</name>
|
<name>spring-cloud-stream</name>
|
||||||
|
@ -36,4 +36,4 @@
|
|||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
@ -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>
|
|
@ -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>
|
|
Loading…
x
Reference in New Issue
Block a user