From fbf6afaa2a4dcee4fec4aaad53cd9616330dff95 Mon Sep 17 00:00:00 2001 From: kwoyke Date: Fri, 30 Apr 2021 15:37:16 +0200 Subject: [PATCH] BAEL-4943: Update README.md (use Spring Boot maven plugin) (#10695) Co-authored-by: Krzysztof Woyke --- jjwt/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jjwt/README.md b/jjwt/README.md index 1798d5193b..ff4b7f547c 100644 --- a/jjwt/README.md +++ b/jjwt/README.md @@ -8,8 +8,7 @@ This tutorial walks you through the various features supported by the [JJWT](htt It's super easy to build and exercise this tutorial. ``` -mvn clean install -java -jar target/*.jar +mvn clean spring-boot:run ``` That's it!