An open API service indexing awesome lists of open source software.

https://github.com/making/demo-spring-fest-2019


https://github.com/making/demo-spring-fest-2019

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Spring Fest 2019 Demo

### Prepare demo

```
docker pull cloudfoundry/cnb:bionic
brew tap buildpack/tap && brew install pack
```

```
sdk install java 19.2.1-grl
sdk use java 19.2.1-grl
```

### Run GraalVM Native Image Demo

```
./run-demo-graal.sh
```

### Run CNB Demo

```
./run-demo-cnb.sh
```