Flix with Friends Server
Development
Dependencies
- Java >= 1.8 (any OpenJDK distribution should work)
- Apache Maven (only tested with 3.6)
Note: OpenJDK is strongly suggested. This application will never be deployed with Oracle JDK due to licensing.
macOS
Azul Zulu or AdoptOpenJDK should work fine.
brew cask install zulu8
# or
brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk8
Linux
Use your package manager to install OpenJDK 8
Running the Application
mvn spring-boot:run