|
@@ -2,7 +2,7 @@
|
2
|
2
|
tags: [spring-boot, groovy]
|
3
|
3
|
projects: [spring-boot]
|
4
|
4
|
---
|
5
|
|
-:spring_boot_version: 1.0.0.RC3
|
|
5
|
+:spring_boot_version: 1.0.0.RC4
|
6
|
6
|
:spring-boot: https://github.com/spring-projects/spring-boot
|
7
|
7
|
:toc:
|
8
|
8
|
:icons: font
|
|
@@ -164,7 +164,7 @@ If you are using Maven, the changes look like this:
|
164
|
164
|
include::complete/pom.xml[tag=jetty]
|
165
|
165
|
----
|
166
|
166
|
|
167
|
|
-This change isn't about comparing Tomcat vs. Jetty. Instead, it demonstrates how Spring Boot reacts to what is on your classpath.
|
|
167
|
+This change isn't about comparing Tomcat vs. Jetty. Instead, it demonstrates how Spring Boot reacts to what is on your classpath. And by no means does it assert which servlet container is right for you.
|
168
|
168
|
|
169
|
169
|
As you can see below, the code is the same as before:
|
170
|
170
|
|