mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-16 01:12:13 +08:00
docs: salvage Quarkus framework skills
This commit is contained in:
committed by
Affaan Mustafa
parent
fd9453f6ee
commit
60782502d5
@@ -143,4 +143,5 @@ public record ApiResponse<T>(boolean success, T data, String error) {
|
||||
## References
|
||||
|
||||
See skill: `springboot-patterns` for Spring Boot architecture patterns.
|
||||
See skill: `quarkus-patterns` for Quarkus architecture patterns with REST, Panache, and messaging.
|
||||
See skill: `jpa-patterns` for entity design and query optimization.
|
||||
|
||||
@@ -97,4 +97,5 @@ try {
|
||||
## References
|
||||
|
||||
See skill: `springboot-security` for Spring Security authentication and authorization patterns.
|
||||
See skill: `quarkus-security` for Quarkus security with JWT/OIDC, RBAC, and CDI.
|
||||
See skill: `security-review` for general security checklists.
|
||||
|
||||
@@ -112,6 +112,7 @@ class OrderRepositoryIT {
|
||||
```
|
||||
|
||||
For Spring Boot integration tests, see skill: `springboot-tdd`.
|
||||
For Quarkus integration tests, see skill: `quarkus-tdd`.
|
||||
|
||||
## Test Naming
|
||||
|
||||
@@ -128,4 +129,5 @@ Use descriptive names with `@DisplayName`:
|
||||
## References
|
||||
|
||||
See skill: `springboot-tdd` for Spring Boot TDD patterns with MockMvc and Testcontainers.
|
||||
See skill: `quarkus-tdd` for Quarkus TDD patterns with REST Assured and Dev Services.
|
||||
See skill: `java-coding-standards` for testing expectations.
|
||||
|
||||
Reference in New Issue
Block a user