Files
spring-boot-demo/core-beans/scripts/run-all.sh
T

21 lines
587 B
Bash
Executable File

#!/usr/bin/env bash
# Regenerates every file under output/.
#
# ./scripts/run-all.sh
#
# Needs a JDK 25 and Maven 3.9. Transcripts 01-17 and 19 come out of the test suite, which is the point:
# the figures in the two articles are assertions that fail the build if they stop being true.
# Timing-based rows (12, 16) assert coarse thresholds, not exact milliseconds.
set -euo pipefail
cd "$(dirname "$0")/.."
echo "== test suite (transcripts 01-17)"
mvn -B test
echo "== property defaults read from Boot's metadata (18)"
./scripts/capture-metadata.sh
echo
echo "output:"
ls -1 output