#!/usr/bin/env bash # Starts the WebFlux app on :8080 to poke at by hand. # ./scripts/run.sh set -euo pipefail cd "$(dirname "$0")/.." mvn -q -B spring-boot:run