Moved Thymeleaf code into it's own package.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.pdf;
|
||||
package com.baeldung.pdfthymeleaf;
|
||||
|
||||
import com.lowagie.text.DocumentException;
|
||||
import org.thymeleaf.TemplateEngine;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.pdf;
|
||||
package com.baeldung.pdfthymeleaf;
|
||||
|
||||
import com.lowagie.text.DocumentException;
|
||||
import org.junit.Test;
|
||||
Reference in New Issue
Block a user