Error running 'xxx项目' Command line is too long(idea版)
错误】 Error running ‘xxx项目’: Command line is too long. Shorten command line for xxx or also for Spring Boot default configuration.
根据错误信息可知,指令太过长,根据提示缩短指令即可。
在IDEA中找到 Run-> Edit Configurations打开:
在 Environment-> Shorten command line 的内容配置为 JAR即可解决:
启动参数如下:
--spring.config.location=res/ --spring.profiles.active=dev