Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/boot-2.1' into boot-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joutvhu committed Sep 28, 2022
2 parents 58f5199 + e9c1781 commit 399dc90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ public DynamicQueryTemplates dynamicQueryTemplates() {
}
```

- Note: From version 2.x.5 `DynamicQueryTemplates` has been moved to package [spring-dynamic-commons](https://github.com/joutvhu/spring-dynamic-commons). Please change package to `com.joutvhu.dynamic.commons.DynamicQueryTemplates`, If you upgrade from old version.

- Each template will start with a template name definition line. The template name definition line must be start with two dash characters (`--`). The template name will have the following syntax.

```
Expand Down

0 comments on commit 399dc90

Please sign in to comment.