added template service, template management service bean, freemarker methods and template loading tests

added templating exception
changed embed configuration to have builders
enabled mocking of final classes for mockito
This commit is contained in:
Sheldan
2020-05-27 23:59:48 +02:00
parent f61cc8e1ff
commit f4edf7a77d
20 changed files with 951 additions and 32 deletions

View File

@@ -86,6 +86,11 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*Test.java</exclude>
</excludes>
</configuration>
<executions>
<execution>
<id>report-aggregate</id>