idea 常见问题

1. build lombok  未编译set get方法

You aren‘t using a compiler supported by lombok, so lombok will not work and has been disabled

-Djps.track.ap.dependencies=false

2.Command line is too long. Shorten command line for * or also for Spring Boot default configuration

修改项目下 .idea\workspace.xml,找到标签 <component name="PropertiesComponent"> , 在标签里加一行  <property name="dynamic.classpath" value="true" />

古之善为士者,微妙玄通,深不可识
原文地址:https://www.cnblogs.com/xzhg/p/15571357.html