Workshop 2 Starter Code
This folder contains the minimal Spring Boot application scaffold for Lesson 2.
What's Provided
config/TemporalConfig.kt
- Empty configuration class with hints
What You Need To Do
Follow the instructions in ../modules/lesson_2/workshop_2.md
to:
- Add Temporal dependencies (already done in build.gradle.kts)
- Configure Temporal connection
- Set up a basic worker
- Test the connection
Running This Code
run from your IDE by executing the main
function in TemporalApplication.kt
.