Commit 7d09c58
Add missing Maven wrapper files and package-lock.json to fix GHA build
- Added Maven wrapper (mvnw, mvnw.cmd, .mvn/wrapper/) to all backend services:
- user-service, accounts-service, transactions-service, api-gateway
- Generated package-lock.json for frontend to fix npm cache setup
- All mvnw files are executable and use Maven 3.9.11
- Fixes GHA build failures: "./mvnw: not found" and npm cache issues
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 14535ca commit 7d09c58
13 files changed
Lines changed: 13683 additions & 0 deletions
File tree
- backend
- accounts-service
- .mvn/wrapper
- api-gateway
- .mvn/wrapper
- transactions-service
- .mvn/wrapper
- user-service
- .mvn/wrapper
- frontend
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments