SqlTemplate icon indicating copy to clipboard operation
SqlTemplate copied to clipboard

SqlTemplate 是sql模板引擎,主要解决动态拼接sql字符串

Results 4 SqlTemplate issues
Sort by recently updated
recently updated
newest added

楼主这种语法的模板能支持吗, mybatis模板还是太繁琐了: https://github.com/flosch/pongo2 ![image](https://user-images.githubusercontent.com/2081812/57006005-957fca00-6c0f-11e9-9a48-1e68c82e8d0b.png)

执行测试用例报了这个错,是为什么呢?

无法直接运行的原因在于编译之后,dtd文件没有编译到指定路径。 为了更符合规范,调整dtd文件到resources路径,并且调整SqlTemplate读取路径。 在生产环境已验证!

这个SqlTemplate最低支持的JDK版本是多少?