come with a `pom.xml`, but they use a different parent to
spring-boot-starter-parent (although that pom is one of their
ancestors). Other useful places to get clean projects with a
@ -193,7 +193,7 @@ numbers. This works for Spring Boot dependencies, but also anything
@@ -193,7 +193,7 @@ numbers. This works for Spring Boot dependencies, but also anything
else that is explicitly managed by the Spring Boot Starter parent.
Versionless dependency resolution is a feature of the
which also gives you a "run from source" feature ("gradle bootRun")
and an enhanced JAR/WAR packaging feature for executable archives
("gradle build").
@ -202,7 +202,7 @@ and an enhanced JAR/WAR packaging feature for executable archives
@@ -202,7 +202,7 @@ and an enhanced JAR/WAR packaging feature for executable archives
Most of the samples mentioned above for Maven users are also buildable