Minimal Spring Boot 3 app built with Gradle, ready for GitHub CodeQL code scanning.
- Create a new GitHub repo and upload these files (or upload the ZIP).
- Push to the
mainbranch. GitHub Actions will run CodeQL automatically. - See findings under Security > Code scanning alerts in your repo.
# Requires Java 17+ and Gradle
gradle bootRun
# or
gradle build -x test