
idea
七分正经
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【IDEA】解决:Command line is too long. In order to reduce its length classpath file can be used.
Idea启动项目报错:解决方法:在该项目文件夹.idea/workspace.xml中找到<component name="PropertiesComponent"> 内容略...</component>然后在其中添加:<property name="dynamic.classpath"value="true"/>问题得到解决。...原创 2020-11-13 16:52:08 · 324 阅读 · 0 评论 -
【IDEA】IDEA中设置Run Dashboard
微服务项目的开发过程中,工程会非常多,经常要启动很多个服务,才能完成一项测试。启动的多了,容易开发者带来错乱的感觉,很不方便管理。在idea作为开发工具时,推荐一个很好用的功能--Run Dashboard。可以在工程目录下找.idea文件夹下的workspace.xml,在其中增加如下组件: <component name="RunDashboard"> <option name="configurationTypes"> <set>转载 2020-11-11 16:52:08 · 238 阅读 · 0 评论