Spring Boot Scala Example

Build Status

This is an example Spring Boot app using Scala.

Running The App

Ensure you have Java 8 or later.

./mvnw clean package
java -jar target/spring-boot-scala-example.jar

Running The App Using Docker

Ensure you have a working Docker environment.

make dist image run

Testing The Endpoints

Point your browser to http://localhost:8080 or use curl in command line.

curl -v  http://localhost:8080/
curl -v -k https://localhost:8443/

Actuator endpoints: