feat/issue-751-journey-item-crud-api #791

Merged
marcel merged 69 commits from feat/issue-751-journey-item-crud-api into feat/issue-750-lesereisen-data-model 2026-06-09 12:08:58 +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 {
}