IDEA常见问题解决方案----持续更新

1.提示
Frameworks Detected
Web framework is detected.
Configure

在这里插入图片描述

新导入的项目,检测到web框架,

2.idea菜单一些功能解释
IDEA常见问题解决方案----持续更新_第1张图片

Project Structure——项目结构

Settings Repository——设置存储库

Sync Settings to JetBrains Account…——同步设置到JetBrains帐户…

Export Project to Eclipse——将项目导出到eclipse

Synchronize ——使同步

Invalidate Caches / Restarts ——使缓存失效/重新启动

Associate with File Type——与文件类型关联

Spring Configuration Check
Unmapped Spring configuration files found

IDEA常见问题解决方案----持续更新_第2张图片

解决方法:
参考次博客
https://blog.csdn.net/flyingnet/article/details/78009254

4.Can’t use Subversion command line client: svn
The path to the Subversion executable is probably wrong. Fix it.

IDEA常见问题解决方案----持续更新_第3张图片
解决方法
https://www.cnblogs.com/yuanchaoyong/p/6169806.html

5.idea的maven仓库下载插件慢怎么办??
网上一直认为最好的解决方法是把官方的maven仓库地址改成阿里云的

教程地址:https://blog.csdn.net/u013412772/article/details/80767678

你可能感兴趣的:(IDEA,个人兴趣,java学习历程)