目录引入依赖引入myBATisplus依赖分页插件配置类在controller中使用总结今天解决的是:Mybatisplus集成pringboot完成分页功能之前一直用Pagehelper,迫于无奈pagehelper与springboot冲突太多,就改了MP自带的分页
I want to share java object between two forms using Spring IoC. It should acts like Registry: Registry.set(\"key\", new Object());