会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
全然接受
博客园
首页
新随笔
联系
订阅
管理
07 2021 档案
IDEA中打开springboot项目卡在resolving dependencies...解决方案
摘要:转自:https://blog.csdn.net/weixin_43195437/article/details/99251668
阅读全文
posted @
2021-07-29 15:39
偶尔做不好,也没关系
阅读(469)
评论(0)
推荐(0)
mysql报错:Specified key was too long; max key length is 767 bytes
摘要:两步解决 1、 show variable like "innodb_large_prefix"; 2、修改最大索引长度限制 set global innodb_large_prefix=on; 解决! PS:① 这样做可能每次重启springboot都会需要重新设置 ② 可以在my.ini中设置添
阅读全文
posted @
2021-07-28 14:15
偶尔做不好,也没关系
阅读(172)
评论(0)
推荐(0)
公告