Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 709 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 709 Bytes

CI Java Scala SpringBoot

Scala in a Java Spring Boot Project

Based on https://github.com/srpraneeth/SpringsScala

Diagram

Build & Test

./gradlew clean build

Run locally

Run it with:

./gradlew bootRun

and test it with:

curl -i "localhost:8000/hello?name=You"