# Basic Backend Java Basic server application built with Spring Boot and Java. It internally uses [livekit-server-sdk-kotlin](https://github.com/livekit/server-sdk-kotlin). For further information, check the [tutorial documentation](https://livekit-tutorials.openvidu.io/basic/backend/java). ## Prerequisites - [Java >=17](https://www.java.com/en/download/) - [Maven](https://maven.apache.org/download.cgi) ## Run 1. Download repository ```bash git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git cd openvidu-livekit-tutorials/basic/backend/java ``` 2. Run the application ```bash mvn spring-boot:run ```