# Basic Java Basic server application built for Java with Spring Boot. 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/tutorials/application-server/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/application-server/java ``` 2. Run the application ```bash mvn spring-boot:run ```