The project includes code samples similar to the ones in UpWork Spring MVC test.
A few important differences:
Language | Dependencies | Packaging | |
---|---|---|---|
UpWork test: | Java | Spring Web MVC | WAR |
This repository: | Kotlin | Spring Boot 2 + Spring Boot Starter Web | JAR |
Additional tools used to make this app great:
Clone this repo.
./gradlew build
./gradlew bootRun
Navigate to http://localhost:8080/actuator/health
./gradlew bootJar
Look for the output in /build/libs folder.
Navigate to http://localhost:8080/#/wallboard > Select the app instance > Web > Mappings