Merge pull request #9471 from glmartin/master
Moved Thymeleaf code into it's own package.
This commit is contained in:
commit
ebc6cb54b3
|
@ -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;
|
Loading…
Reference in New Issue