今天应用户要求进行ideal的项目运行测试
出现下面的问题
按照上面提示,把原来jetbrains-agent.jar文件修改成上面文件,同时目录也按上面要求建立
之后运行成功了。
后来编译运行项目又出现下面问题:
Command line is too long. Shorten command line for NbcioSystemApplication or also for Spring Boot default configuration.
根据资料,在 .idea下的workspace.xml文件里增加下面这行内容保存
<property name="dynamic.classpath" value="true" />
修改好后运行项目成功如下: