From 68960cca4e99fcdfa62128365bb057205f03cad8 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 1 May 2013 16:16:13 +0100 Subject: [PATCH] Fix confusing sentence in README --- spring-bootstrap-service/README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/spring-bootstrap-service/README.md b/spring-bootstrap-service/README.md index 7e48ed6edd8..69f43244d67 100644 --- a/spring-bootstrap-service/README.md +++ b/spring-bootstrap-service/README.md @@ -56,16 +56,18 @@ If you are using Maven create a really simple `pom.xml` with 2 dependencies: 0.0.1-SNAPSHOT org.springframework.bootstrap.SpringApplication - - org.springframework.bootstrap - spring-bootstrap-web-application - ${spring.bootstrap.version} - - - org.springframework.bootstrap - spring-bootstrap-service - ${spring.bootstrap.version} - + + + org.springframework.bootstrap + spring-bootstrap-web-application + ${spring.bootstrap.version} + + + org.springframework.bootstrap + spring-bootstrap-service + ${spring.bootstrap.version} + + @@ -77,7 +79,7 @@ If you are using Maven create a really simple `pom.xml` with 2 dependencies: If you like Gradle, that's fine, and you will know what to do with -those co-ordinates. The first one adds Spring Bootstrap auto +those dependencies. The first dependency adds Spring Bootstrap auto configuration and the Jetty container to your application, and the second one adds some more opinionated stuff like the default management endpoints. If you prefer Tomcat FIXME: use a different