Moved Thymeleaf code into it's own package.

This commit is contained in:
Greg Martin 2020-06-09 16:03:05 -04:00
parent 26c11b3e85
commit bb2d9b400e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.pdf;
package com.baeldung.pdfthymeleaf;
import com.lowagie.text.DocumentException;
import org.thymeleaf.TemplateEngine;

View File

@ -1,4 +1,4 @@
package com.baeldung.pdf;
package com.baeldung.pdfthymeleaf;
import com.lowagie.text.DocumentException;
import org.junit.Test;