A sample Spring Boot project for integrating the a UI to an external backend
- Java JDK 8
- Spring Boot 2.2.6
- Java JDK 8
- Gradle 5.4 (provided)
-
Download and install Java JDK 8 from the Java official webpage.
-
Set JAVA_HOME environment variable to point to the previous installation.
./gradlew compileJava
./gradlew test
You can run the project either building and running the JAR:
./gradlew build
java -jar /build/libs/dfm-starter-be-0.0.1-SNAPSHOT.jar
or using spring-boot gradle plugin:
./gradlew bootRun
The API will be running at http://localhost:8080.