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.
2 parents 5195c42 + 7d6cab9 commit f9d4e05Copy full SHA for f9d4e05
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