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" />