mirror of
https://github.com/jlengrand/quarkus-workshop.git
synced 2026-03-10 08:41:21 +00:00
31 lines
743 B
YAML
31 lines
743 B
YAML
modules:
|
|
intro:
|
|
name: Lab Instructions
|
|
basics:
|
|
name: Getting Started with Quarkus
|
|
cdi:
|
|
name: Dependency Injection
|
|
testing:
|
|
name: Testing Quarkus Apps
|
|
debugging:
|
|
name: Debugging Quarkus Apps
|
|
native:
|
|
name: Building Native Quarkus Apps
|
|
cloudnative:
|
|
name: Developing Cloud Native with Quarkus
|
|
extensions:
|
|
name: Using Quarkus extensions
|
|
panache:
|
|
name: Hibernate ORM with Panache
|
|
openapi:
|
|
name: Documenting and Testing APIs
|
|
messaging:
|
|
name: Event-driven Messaging
|
|
kafka:
|
|
name: Streaming Data with Quarkus and Kafka
|
|
monitoring:
|
|
name: Monitoring with Prometheus and Grafana
|
|
tracing:
|
|
name: Tracing Quarkus Apps
|
|
security:
|
|
name: Securing Resources with Keycloak |