报错信息:Error running ‘JsaasApplication’: Command line is too long. Shorten command line for JsaasApplication or also for Spring Boot default configuration. 解决方法,在项目的.idea文件夹下的wordspace.xml中找到下面代码 keyToString中添加"dynamic.classpath": "true"
报错信息:Error running ‘JsaasApplication’: Command line is too long. Shorten command line for JsaasApplication or also for Spring Boot default configuration. 解决方法,在项目的.idea文件夹下的wordspace.xml中找到下面代码 keyToString中添加"dynamic.classpath": "true"
在VM参数加上-Djava.net.preferIPv4Stack=true 即可