From 02f52cbe4e441f3077bb8d812d2a5d4816bf47cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Tue, 27 Jun 2023 16:29:13 +0200 Subject: [PATCH] Polish README.adoc --- README.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index b40f8a1..8993f11 100644 --- a/README.adoc +++ b/README.adoc @@ -24,7 +24,7 @@ for example [source,] ---- -./gradlew :boot:actuator-webmvc:build +./gradlew :framework:webmvc-tomcat:build ---- === Run a specific type of tests for a project @@ -43,7 +43,7 @@ for example [source,] ---- -./gradlew :boot:actuator-webmvc:appTest +./gradlew :framework:webmvc-tomcat:appTest ---- === Add a new smoke test @@ -72,10 +72,10 @@ You can now consume those snapshots using `-PfromMavenLocal` which takes a comma [source,] ---- -./gradlew :rest-template:build -PfromMavenLocal=org.springframework,org.springframework.data +./gradlew :framework:webmvc-tomcat:build -PfromMavenLocal=org.springframework ---- -The preceding example will run the `rest-template` smoke test, resolving Spring Framework and Spring Data modules from your local Maven cache. +The preceding example will run the `rest-template` smoke test, resolving Spring Framework from your local Maven cache. === Override a dependency version