发现多个分页插件
在启动类MdataApplication排除PageHelperAutoConfiguration
import com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration;
@SpringBootApplication(exclude=
PageHelperAutoConfiguration.class
})
在启动类MdataApplication排除PageHelperAutoConfiguration
import com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration;
@SpringBootApplication(exclude=
PageHelperAutoConfiguration.class
})