https://github.com/reflexdemon/spring-java9
Learn Spring Boot 2.X and Java 9
https://github.com/reflexdemon/spring-java9
64bit gradle java9-jigsaw linux spring-boot
Last synced: 2 months ago
JSON representation
Learn Spring Boot 2.X and Java 9
- Host: GitHub
- URL: https://github.com/reflexdemon/spring-java9
- Owner: reflexdemon
- Created: 2017-07-19T01:33:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T12:24:49.000Z (over 7 years ago)
- Last Synced: 2025-08-13T19:43:59.631Z (5 months ago)
- Topics: 64bit, gradle, java9-jigsaw, linux, spring-boot
- Language: Java
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-java9
[![Build Status][travis-image]][travis-url]
## Run the application
```
> vagrant up
> vagrant ssh
> ./gradlew clean bootRun
```
## Testing
Navigate to http://localhost:2020/hello to seee the output
## Testing REPL endpoint
```bash
❯ 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"}]
```
[travis-image]: https://travis-ci.org/reflexdemon/spring-java9.svg?branch=master
[travis-url]: https://travis-ci.org/reflexdemon/spring-java9