reflexdemon / spring-java9

Learn Spring Boot 2.X and Java 9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"}]

About

Learn Spring Boot 2.X and Java 9


Languages

Language:Java 51.7%Language:Shell 48.3%