- Use mapstruct instead of manual transformer

- Rename Entities and DTOs
- Implement refresh metadata
- Delete old unused metadata dialog
This commit is contained in:
aditya.chandel
2025-01-05 17:22:20 -07:00
parent 22aeab2d8b
commit 8815ad25d1
75 changed files with 794 additions and 958 deletions

View File

@@ -44,6 +44,8 @@ dependencies {
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2'
implementation 'org.springframework.boot:spring-boot-starter-websocket:3.4.0'
implementation 'org.jsoup:jsoup:1.18.3'
implementation 'org.mapstruct:mapstruct:1.6.3'
annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.3'
}
hibernate {