mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 03:43:54 +01:00
e19bfd9251
Previously, the documentation only provided examples of the required configuration for Maven users. This commit adds equivalent configuration snippets for those using Gradle. It also removes the recommendation to override the version of the Servlet API as this is unnecessary. The pom files for the Jetty 8 and Tomcat 7 samples have also been updated accordingly. Closes gh-2346