BAEL-4943: Update README.md (use Spring Boot maven plugin) (#10695)

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
This commit is contained in:
kwoyke 2021-04-30 15:37:16 +02:00 committed by GitHub
parent f7c7ac9b89
commit fbf6afaa2a
1 changed files with 1 additions and 2 deletions

View File

@ -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!