How do you do ordering with SQL Object Queries in JDBI?
I want to do something like:
@SqlQuery(
\"SELECT
I think its because the String Template library is assumed to be provided and that assumption fails at runtime. Adding following to the application POM should fix the issue:
org.antlr
stringtemplate
3.2.1
By looking at JDBI 2 pom, you can see following:
org.antlr
stringtemplate
3.2.1
true
Meaning JDBI wont complain on absence of stringtemplate lib.