Skip to content

Tags: microprofile/microprofile-tutorial

Tags

6.1

Toggle 6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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