模板文件是否有大小限制?

答:存在大小限制。Tiny模板引擎是将模板文件生成java文件,并动态编译成class文件执行。java每个方法的内容大小不能超过64kB,超过后会提示“The code of method renderContent(TemplateContext, Writer) is exceeding the 65535 bytes limit”的异常信息

原文地址:https://www.cnblogs.com/j2eetop/p/4609525.html