Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdeleuze/spring-boot-graal-demo
Minimal Spring Boot Reactive webapp designed to compile and run with GraalVM
https://github.com/sdeleuze/spring-boot-graal-demo
Last synced: 10 days ago
JSON representation
Minimal Spring Boot Reactive webapp designed to compile and run with GraalVM
- Host: GitHub
- URL: https://github.com/sdeleuze/spring-boot-graal-demo
- Owner: sdeleuze
- License: apache-2.0
- Created: 2018-09-06T11:52:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T12:54:33.000Z (about 6 years ago)
- Last Synced: 2024-10-11T16:11:26.927Z (27 days ago)
- Language: Java
- Homepage:
- Size: 53.7 KB
- Stars: 47
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= Spring Boot GraalVM demo
Repro project for https://github.com/oracle/graal/issues/655[graal#655]. This application works fine with Graal 1.0.0-RC5 but not 1.0.0-RC6 due to a regression.
See other branches for other Graal issues repro projects.
This project is a minimal Spring Boot Reactive webapp designed to compile and run with GraalVM.
To build it, run `./build.sh`, and then to run it execute `com.example.graaldemo.graaldemoapplication`, and browse `http://localhost:8080/`.
See https://jira.spring.io/browse/SPR-16991?focusedCommentId=160597&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-160597[SPR-16991] for a status of remaining Spring + Graal issues.