在IDEA启动报错如下:
Command line is too long. Shorten command line for PigAuthServerApplication
Command line is too long. Shorten command line for PigAuthServerApplication
解决方式:
修改项目下 .idea\workspace.xml文件
修改地方:
找到标签并在标签里加一行 如下属性:

修改前:
Command line is too long. Shorten command line for PigAuthServerApplication
修改后:
Command line is too long. Shorten command line for PigAuthServerApplication
再运行:
Command line is too long. Shorten command line for PigAuthServerApplication

相关文章:

  • 2022-12-23
  • 2021-06-07
  • 2021-08-02
  • 2022-12-23
  • 2021-04-03
  • 2021-08-17
  • 2021-08-27
猜你喜欢
  • 2022-12-23
  • 2021-09-16
  • 2021-05-17
  • 2022-01-20
  • 2021-10-15
  • 2022-12-23
相关资源
相似解决方案