美文网首页
踩坑合集

踩坑合集

作者: 适量哥 | 来源:发表于2022-06-27 21:19 被阅读0次

1、pagehelper 循环引用问题

## 错误日志
The dependencies of some of the beans in the application context form a cycle:
┌──->──┐
|  com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration
└──<-──┘

pagehelper 版本 1.2.5
Springboot 版本 2.7.0

解决方法:

  • 方法一
## 启动时,忽略这个类
@SpringBootApplication(exclude = {PageHelperAutoConfiguration.class})

相关文章

  • 踩坑合集

    1、pagehelper 循环引用问题 解决方法: 方法一 方法二Pagehelper踩坑笔记[https://b...

  • Blog收集

    涵月天-microzz.com 文章 移动端踩坑合集 Nginx 配置简述

  • 小程序框架WePY 从入门到放弃踩坑合集

    小程序框架WePY 从入门到放弃踩坑合集[https://develop.pulsgarney.com/artic...

  • Hive踩坑合集

    转载请在文章起始处注明出处,谢谢。 坑1、split的时候,NULL和''的区别 如果字符串最后的#没拼接数据: ...

  • flutter踩坑合集:

    1. This class (or a class which this class inherits from)...

  • 前端踩坑合集

    1.vue中 proxy 代理太多 5个以上可能导致代理错误 404或者是node 内容泄露 错误 elemen...

  • pycharm踩坑小合集

    .py文件没有语法高亮,都是一片灰色 [ref]解决:手贱按到把.py文件识别为文本(Text)类型了,只要 Fi...

  • 小程序踩坑合集

    1.触发事件修改data 在小程序中 触发事件的时候是不能直接调用this.setData({})来修改状态的,必...

  • RN 踩坑指南合集

    Text 中英文不居中 不设置 line-height,但是要考虑文本和文本的间隔就要和设计有偏差,不设置 lin...

  • better-scroll踩坑合集

    better-scrollgithub 最近项目使用了better-scroll这个插件,这个插件用起来还是有不少...

网友评论

      本文标题:踩坑合集

      本文链接:https://www.haomeiwen.com/subject/ncuovrtx.html