initial implementation of loan approval service

This commit is contained in:
2025-12-05 10:22:10 +01:00
parent ef5b7072cf
commit 2fe315b7df
16 changed files with 784 additions and 2 deletions

View File

@ -12,7 +12,12 @@
"Bash(pip install:*)",
"Bash(python:*)",
"Bash(git init:*)",
"Bash(git add:*)"
"Bash(git add:*)",
"Bash(git commit -m \"$(cat <<''EOF''\nInitial commit: JAX-WS Hello World Service\n\n- Complete JAX-WS Hello World implementation\n- Docker and Docker Compose support for easy deployment\n- Python test scripts for service validation\n- Comprehensive README with setup instructions for Windows and Linux\n- Maven configuration with JAX-WS dependencies\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>\nEOF\n)\")",
"Bash(git remote add:*)",
"Bash(git push:*)",
"Bash(git commit:*)",
"Bash(docker-compose ps:*)"
],
"deny": [],
"ask": []