You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add GenerationType and Transactional annotations (#59)
Add missing annotations required for the examples to work properly:
- `@GeneratedValue(strategy = GenerationType.IDENTITY)` for auto-incremental id
- `@Transactional` for the `DELETE` endpoint to work
0 commit comments