Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport template file #76
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In current version, template file(vm file) does not support.
For example:
In above case,
@{state}
cannot translate to JDBC bind variable (?
).We will consider to support a template file(
.vm
) like as mybatis-freemarker and mybatis-thymeleaf.