More efficient access when DTOs are used in template models.

This commit is contained in:
Michael Lipp 2023-05-28 16:34:08 +02:00
parent 11452babe6
commit 2ed51772ed
5 changed files with 98 additions and 18 deletions

View file

@ -9,6 +9,5 @@ plugins {
}
dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:[2.15.0,3]'
implementation 'org.freemarker:freemarker:[2.3.32,2.4)'
}