在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

相关文章: