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!