MyBatisDemo icon indicating copy to clipboard operation
MyBatisDemo copied to clipboard

Ognl.getValue MemberAccess implementation must be provided!

Open xiaoacaia opened this issue 3 years ago • 0 comments

示例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 进行验证

xiaoacaia avatar Oct 09 '22 14:10 xiaoacaia