We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5195c42 commit 7d6cab9Copy full SHA for 7d6cab9
src/main/asciidoc/user-guide.adoc
@@ -426,7 +426,7 @@ you can apply a user-defined template engine(full managed template engine) to th
426
TemplateEngine templateEngine = new TemplateEngine(); // <1>
427
templateEngine.addDialect(new MyBatisDialect());
428
templateEngine.setEngineContextFactory(new MyBatisIntegratingEngineContextFactory(
429
- targetTemplateEngine.getEngineContextFactory()));
+ templateEngine.getEngineContextFactory()));
430
// ...
431
432
Configuration configuration = new Configuration();
0 commit comments