idea项目改为树形结构 参考资料:

https://www.jianshu.com/p/4775d573e3bf

idea一个界面开多个项目 参考资料:

https://blog.csdn.net/liuhe2296044/article/details/78957858

idea cannot resolve method ...(java.lang.String)

解决方案1:File -> Invalidate Caches/Restart (清空缓存)

解决方案2:File -> Project Structure -> Modules -> 如果发现Module SDK是红色的->添加SDK (jdk)

 

idea VM options配置访问 application.properties

“-Dspring.config.location=  ” 后面的路径,通过copy path 项目 application.properties 实现

idea使用笔记

==================================================================================

idea 找出已经提交到本地的代码push到仓库:

ctrl+shift+K

相关文章:

  • 2021-07-01
  • 2021-10-26
  • 2021-08-01
  • 2021-10-04
  • 2021-12-07
  • 2022-01-28
  • 2021-10-09
猜你喜欢
  • 2021-04-19
  • 2021-10-01
  • 2021-10-19
  • 2021-10-23
  • 2021-11-19
相关资源
相似解决方案