Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyning committed Dec 13, 2020
1 parent 1243061 commit 97c27e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ mpp做了封装支持xml的ognl中引入默认包名,并支持lambda定义列
例如xml使用以下语句引入map参数中create_time
原生方式<br>
````
#{create_time}<br>
#{create_time}
````
mpp的默认包名引用接口常量方式<br>
配置文件中mpp.utilBasePath可设置ognl默认包名<br>
````
#{${@ColInfo@createTime}}<br>
#{${@ColInfo@createTime}}
````
mpp的lambda方式<br>
````
#{${@MPP@col("TestEntity::getCreateTime")}}<br>
#{${@MPP@col("TestEntity::getCreateTime")}}
````
**从中央库引入jar**
````
Expand Down

0 comments on commit 97c27e5

Please sign in to comment.