jeecgboot 平台后端已经搭建完成,并且可以正常使用,而且前端也可以运行但是,无法登录
前端可以运行
后端运行完毕
前端无法登录
这是前端的报错:
nested exception is org.apache.ibatis.builder.BuilderException: Error evaluating expression 'ew.sqlSegment != null and ew.sqlSegment != '' and ew.nonEmptyOfNormal'. Cause: org.apache.ibatis.ognl.OgnlException: sqlSegment [java.lang.NoClassDefFoundError: Could not initialize class com.baomidou.mybatisplus.core.toolkit.support.S
看下你后端的pom文件是不是少了mybatis-plus的jar包,或者版本不对