- 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.
Azul Zulu or AdoptOpenJDK should work fine.
brew cask install zulu8
# or
brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk8
Use your package manager to install OpenJDK 8
mvn spring-boot:run