摘要: 一、启动类飘红 在xxx模块中找不到xxx类:删除main class中的 import SpringBootApplication后,在@SpringbootApplication🎍上重新import class 二、有包有类却找不到 File-Invalidate Caches-Invalid 阅读全文
posted @ 2024-08-15 14:51 小野先生的家 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 重新弄电脑出现的git不能clone的问题 ssh-keygen -t ed25519 -C "jhjesse@163.com" ssh-keygen -t rsa -C "jhjesse@163.com" 把公钥加入到gitee中 这个时候git clone https是可以的,如果 git cl 阅读全文
posted @ 2024-08-15 13:30 小野先生的家 阅读(6) 评论(0) 推荐(0) 编辑