From bb991febcbb3e9a50ed6fff18ba748483eae64d0 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Portier Date: Wed, 31 Jul 2024 17:08:22 +0200 Subject: [PATCH] doc (Server template): Update README --- templates/server/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/server/README.md b/templates/server/README.md index 9f6c0dc..0332210 100644 --- a/templates/server/README.md +++ b/templates/server/README.md @@ -4,7 +4,7 @@ This directory contains a server application based onto [Sinch SDK java](https:/ ## Requirements -- JDK 8 or later (Sinch SDK Java is requiring java 8 only but client application can use latest available version) +- JDK 21 or later (Sinch SDK Java is requiring java 8 only but client application can use latest available version) - [Maven](https://maven.apache.org/) - [SpringBoot](https://spring.io/projects/spring-boot) - [Sinch account](https://dashboard.sinch.com) @@ -39,7 +39,7 @@ Located in `server` section: Compile and run the application as server locally. ```bash - mvn spring-boot:run + mvn clean spring-boot:run ``` ### EndPoints When server is online, declared controllers will respond to following endpoints