報錯資訊:
Error running ‘UserApplication’: Command line is too long. Shorten command line for UserApplication or also for Spring Boot default configuration.
解法方案:
修改項目下 .idea\workspace.xml,找到标簽 <component name=“PropertiesComponent”> , 在标簽裡加一行 <property name=“dynamic.classpath” value=“true” />即可解決。