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

 

posted @ 2021-11-18 11:07  已老  阅读(36)  评论(0编辑  收藏  举报