Mybatis-Plus paging Page reports an error, the of method cannot be found

Mybatis-Plus paging plug-in reports an error and cannot find the of method

java: Symbol not found: method of(int,int) Location: class com.baomidou.mybatisplus.extension.plugins.pagination.Page

When I was refactoring Maven on a project and changed it to multiple modules, suddenly a dependency in mybatis-plus reported an error.
Insert image description here

The import package is
Insert image description here
click to configure it.
Insert image description here

Solution:
Originally, version 3.4.1 was introduced in my parent project.
Insert image description here
It was automatically solved after changing to version 3.5.1!
Insert image description here

Guess you like

Origin blog.csdn.net/weixin_44030143/article/details/130101071
Recommended