mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
474 B
474 B
paths
| paths | ||||
|---|---|---|---|---|
|
Java 钩子
本文件在common/hooks.md的基础上扩展了Java相关的内容。
PostToolUse 钩子
在 ~/.claude/settings.json 中配置:
- google-java-format:编辑后自动格式化
.java文件 - checkstyle:编辑Java文件后运行样式检查
- ./mvnw compile 或 ./gradlew compileJava:变更后验证编译