zoukankan      html  css  js  c++  java
  • Error running 'PigSellCabinetApplication': Command line is too long. Shorten command line for PigSellCabinetApplication or also for Spring Boot default configuration

    Error running 'PigSellCabinetApplication': Command line is too long. Shorten command line for PigSellCabinetApplication or also for Spring Boot default configuration

    项目在Idea里面启动的时候,有的时候报错Error running ‘Application’: Command line is too long. Shorten command line for Application or aalso for Spring Boot default configuration,报错信息如下所示

     怎么解决呢,首先找到项目里面的idea/workspace.xml文件,然后再找到<component name="PropertiesComponent"></component >标签,标签如下所示

     然后再在component 标签里加一行 <property name="dynamic.classpath" value="true" />,就是变成下面这样

    这样在启动项目,就不会报错了

    第一个方法如果解决不了

        将如图地方改成classpath file

  • 相关阅读:
    python 获取Excel 的内容
    python 获取文件Excel 的行数与列数
    python 读取Excel 取出表头(列名)
    DRF的视图组件
    Redis
    Git的故事
    DRF的JWT用户认证
    DRF的三大认证组件
    DRF的序列化组件
    DRF的请求响应组件
  • 原文地址:https://www.cnblogs.com/qq376324789/p/14767126.html
Copyright © 2011-2022 走看看