知微坚果的拾光小镇 知微坚果的拾光小镇
首页
随笔
  • Golang

    • 基础
    • 第三方库
  • 前端

    • Vue
    • Flutter
  • 开发工具
  • 系统工具
  • Timer (opens new window)
  • 时间线
  • 关于
GitHub (opens new window)

知微坚果

行者常至,为者常成
首页
随笔
  • Golang

    • 基础
    • 第三方库
  • 前端

    • Vue
    • Flutter
  • 开发工具
  • 系统工具
  • Timer (opens new window)
  • 时间线
  • 关于
GitHub (opens new window)
  • Idea启动Java报错Shorten command line

  • 工具
知微坚果
2021-03-25
目录

Idea启动Java报错Shorten command line

# 问题描述

启动控制台报错: Command line is too long. Shorten command line for SpringBootMainApplication or also for Application

Error running 'SpringBootMainApplication': Command line is too long. Shorten command line for SpringBootMainApplication or also for Application default configuration.

# 解决方案:

修改项目下 .idea\workspace.xml

找到标签 <component name="PropertiesComponent">。在标签里加一行 :

<property name="dynamic.classpath" value="true" />
1

# 参考资料

Command line is too long. Shorten command line for SpringBootMainApplication or also for Application (opens new window)

https://blog.csdn.net/weixin_42941486/article/details/105784849

#Idea#工具
更新时间: 12/4/2022, 6:55:46 PM
最近更新
01
SpringBoot3.0快速上手
12-07
02
Spring事务管理源码分析
12-06
03
Golang工程结构最佳实践
12-04
更多文章>
Theme by Vdoing | Copyright © 2022-2022 知微坚果 | 拾光小镇
蜀ICP备17001150号-2
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式