Allow T-Router to be a T-Engine

This commit is contained in:
alandavis
2022-08-13 18:38:08 +01:00
parent 29fa2086af
commit 13ba2534ea
48 changed files with 1425 additions and 172 deletions

View File

@@ -88,6 +88,6 @@ public class WebApplicationConfig implements WebMvcConfigurer
@Bean
public TransformerDebug transformerDebug()
{
return new TransformerDebug().setIsTEngine(true);
return new TransformerDebug().setIsTRouter(false);
}
}