-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SQL provider class that help detecting a template file automatically #10
Comments
kazuki43zoo
changed the title
Add feature for loading a template file automatically if SQL not present on annotation or xml
Add feature for loading a template file automatically
Mar 17, 2019
kazuki43zoo
changed the title
Add feature for loading a template file automatically
Add SQL provider class that help detecting a template file automatically
Apr 13, 2019
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Apr 13, 2019
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Apr 14, 2019
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Apr 14, 2019
kazuki43zoo
added a commit
that referenced
this issue
Apr 14, 2019
Add SQL provider class that help detecting a template file automatically
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Apr 14, 2019
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Apr 14, 2019
kazuki43zoo
added a commit
that referenced
this issue
Apr 14, 2019
Refactoring configuration for TemplateFilePathProvider
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Apr 15, 2019
kazuki43zoo
added a commit
that referenced
this issue
Apr 15, 2019
Support cache feature on TemplateFilePathProvider
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for example:
By default, you can load a template file (e.g.
com/example/demo/mapper/DemoMapper/DemoMapper-insert.sql
) automatically.This feature depends on mybatis/mybatis-3#1391 and mybatis/mybatis-3#1503. In other words, this feature required to use on MyBatis 3.5.1+.
Also you can customize path format using static setter methods of
TemplateFilePathProvider
.com/example/demo/mapper/DemoMapper/insert.sql
)com/example/demo/mapper/DemoMapper-insert.sql
)DemoMapper/DemoMapper-insert.sql
)sqls/
)Document
Related links
The text was updated successfully, but these errors were encountered: