Skip to content

Commit

Permalink
doc (Server template): Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JPPortier committed Jul 31, 2024
1 parent 9d238a0 commit bb991fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bb991fe

Please sign in to comment.