feat(geschichte): JourneyItem CRUD API — append, updateNote, delete, reorder (#751) #788

Merged
marcel merged 41 commits from feat/issue-751-journey-item-crud-api into feat/issue-750-lesereisen-data-model 2026-06-08 22:15:12 +02:00
Showing only changes of commit 7ba6342a84 - Show all commits

View File

@@ -1,10 +0,0 @@
package org.raddatz.familienarchiv.config;
import org.springframework.context.annotation.Configuration;
/**
* Jackson customisations. Currently a placeholder — custom modules added here as needed.
*/
@Configuration
public class JacksonConfig {
}