Skip to content

reflexdemon/spring-java9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-java9

Build Status

Run the application

> vagrant up
> vagrant ssh
> ./gradlew clean bootRun

Testing

Navigate to http://localhost:2020/hello to seee the output

Testing REPL endpoint

❯ curl --silent -H "Content-Type: application/json; charset=UTF-8" -X POST -d '{"command":"44+55"}' http://localhost:2020/repl                               
[{"status":"VALID","value":"99","exception":null,"snippet":"Snippet:VariableKey($2)#3-44+55"}]

Releases

No releases published

Packages

No packages published