GitHunt
GH

ghillert/coherence-demo

= Getting Started

== Build & Run

[source,shell]

./mvnw clean package
java -jar target/demo-0.0.1-SNAPSHOT.jar

or

[source,shell]

./mvnw spring-boot:run

== REST Requests

[source,shell]

./mvnw spring-boot:runcurl --request POST 'http://localhost:8080'
curl --request GET 'http://localhost:8080'