Files
spring-boot-demo/.gitignore
T
Claude 8cdfcd4d8d Add graalvm-native-images: Boot 4.1 + GraalVM CE for JDK 25, AOT processing,
the tracing agent, and a real reflection-collision trap

Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01EQNA6DJ9VgCtW6zhCE8Xud
2026-09-20 11:03:09 +00:00

29 lines
969 B
Plaintext

target/
*.hprof
*.log
.idea/
*.iml
.vscode/
*.jfr
*.aot
*.aotconf
# generated by spring-boot-startup-time/scripts/gen-bulk.sh
spring-boot-startup-time/src/main/java/com/ankurm/startup/bulk/
# spring-batch: file-based H2 databases created by running the demo
spring-batch/data/
spring-batch/scenario-data/
# spring-batch-partitioning: generated shard CSVs and file-based H2 databases
spring-batch-partitioning/data/
# db-migrations-expand-contract: runtime classpath file written by `mvn package`
# (maven-dependency-plugin's build-classpath goal) for the standalone MigrationCli
# and LoadGenerator entry points - machine-specific, regenerated on every build
db-migrations-expand-contract/cp.txt
# graalvm-native-images: raw native-image-agent output directory (the relevant
# entries are copied by hand into src/main/resources/META-INF/native-image/...;
# this raw directory is a build-time scratch artifact, not documentation)
graalvm-native-images/agent-output/