- Complete JAX-WS Hello World implementation - Docker and Docker Compose support for easy deployment - Python test scripts for service validation - Comprehensive README with setup instructions for Windows and Linux - Maven configuration with JAX-WS dependencies 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dir /B:*)",
|
|
"Bash(docker-compose up:*)",
|
|
"Bash(docker-compose logs:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(docker exec:*)",
|
|
"Bash(winpty docker exec:*)",
|
|
"Bash(docker-compose down:*)",
|
|
"Bash(docker logs:*)",
|
|
"Bash(pip install:*)",
|
|
"Bash(python:*)",
|
|
"Bash(git init:*)",
|
|
"Bash(git add:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|