MyBatisDemo
MyBatisDemo copied to clipboard
Ognl.getValue MemberAccess implementation must be provided!
示例15中,直接使用 Ognl.getValue 会报:MemberAccess implementation must be provided! 的错误 作者是这样解释的:the best way is to implement your own AccessMember which will suite your project best, you can base on existing DefaultAccessMember and adjust it to your needs,最好的方式就是:基于你的项目去实现你自己的 AccessMember
可以使用 mybatis 提供的 OgnlCache 进行验证