Tags: microprofile/microprofile-tutorial
Tags
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