Skip to content

Commit

Permalink
修改了一处文档内容说明
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed Feb 22, 2020
1 parent 31c074d commit 7d13ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/more-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Page<UserBlogInfo> queryUserBlogPageWithFenixResultType(@Param("userId") String
!> ****
> 1. 上面的代码关键之处,就在 fenix 节点中配置了 `resultType` 属性的值为我们定义的**实体类的全路径名** `com.blinkfox.fenix.vo.UserBlogInfo`。这样查询结果返回的时候就能自动识别并返回了。
> 2. 另一个要点是所有查询列**都必须使用 as**来返回一个“别名”,且**这个“别名”必须跟实体类的属性名一致,不区分大小写**
> 3. 此种方式再运行时可能会与 `spring-boot-devtools.jar` 冲突,报 `No converter found capable of converting from type [xxx] to type [xxx]` 错误。建议不使用 `spring-boot-devtools.jar`
### (3) Java 中的使用示例

Expand Down

0 comments on commit 7d13ac4

Please sign in to comment.