feat: HistoryService with field-level diff logic

This commit is contained in:
2026-07-06 12:27:55 +02:00
parent 9d1cf862c7
commit 8f42add0c2
3 changed files with 246 additions and 0 deletions
+4
View File
@@ -72,6 +72,10 @@
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>