摘要: 工作中在使用git时,有时候导出项目后需要删除.git文件,然后自己重新修改项目,但是导入到idea中总是会报: IDEA *.is registered as a Git root, but no Git repositories were found there. 解决办法如下:File->Se 阅读全文
posted @ 2019-07-21 16:26 qing222 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1、使用该注解需要引入依赖: <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.16.12</version> <scope>provided</scope> </ 阅读全文
posted @ 2019-07-21 16:15 qing222 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1、修改pom.xml中相关 <artifactId>seal-hn</artifactId><name>seal-hn</name><description>seal-hn</description><finalName>seal-hn</finalName> 2、idea-》File-》Proj 阅读全文
posted @ 2019-07-21 15:27 qing222 阅读(7363) 评论(0) 推荐(0) 编辑