一、idea启动Spring Boot工程报错
1.1、报错信息
1.2、解决方法
(1)打开工程.idea目录的workspace.xml文件;
(2)找到PropertiesComponent标签;
(3)添加一行;
(4)添加的内容如下:
<property name="dynamic.classpath" value="true" />
(5)重启idea;
(1)打开工程.idea目录的workspace.xml文件;
(2)找到PropertiesComponent标签;
(3)添加一行;
(4)添加的内容如下:
<property name="dynamic.classpath" value="true" />
(5)重启idea;