Skip to content

Commit

Permalink
Add jimmer.inline-sql-variables in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
babyfish-ct committed Sep 10, 2023
1 parent bf17ffd commit 6ffbb5a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jimmer:
database-validation-mode: ERROR
show-sql: true
pretty-sql: true

# You can enable the following configuration line `inline-sql-variables: true`,
# restart the application and call some REST APIs again to see what happens
# inline-sql-variables: true

executor-context-prefixes:
- org.babyfish.jimmer.sql.example.graphql.business

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jimmer:
database-validation-mode: ERROR
show-sql: true
pretty-sql: true

# You can enable the following configuration line `inline-sql-variables: true`,
# restart the application and call some REST APIs again to see what happens
# inline-sql-variables: true

executor-context-prefixes:
- org.babyfish.jimmer.example.kt.graphql.bll

demo:
default-tenant: a
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jimmer:
database-validation-mode: ERROR
show-sql: true
pretty-sql: true

# You can enable the following configuration line `inline-sql-variables: true`,
# restart the application and call some REST APIs again to see what happens
# inline-sql-variables: true

executor-context-prefixes:
- org.babyfish.jimmer.sql.example.business
client:
Expand Down

0 comments on commit 6ffbb5a

Please sign in to comment.