spring boot工程的dto工程
工程没有依赖pagehelper但是构建时报找不到com.github.pagehelper.PageSerializable的类文件
想要构建成功
按shift 2次 全局搜索 com.github.pagehelper.PageSerializable 看看是哪里在用这个
我把当前工作空间的其他工程移除之后,这个工程就构建成功了,可能会被工作空间内的其他工程影响