IDEA启动SpringBoot报错Command line is too long. Shorten command line for ServiceApplication or also for Spring Boot default configuration.即需要缩短ServiceApplication或Spring Boot默认配置的命令
解决方法:
在Environment里将 Shorten command line改成JAR manigest
再次启动就成功了
IDEA启动SpringBoot报错Command line is too long. Shorten command line for ServiceApplication or also for Spring Boot default configuration.即需要缩短ServiceApplication或Spring Boot默认配置的命令
解决方法:
在Environment里将 Shorten command line改成JAR manigest
再次启动就成功了