application context 文件爆红,提示“cannot resolve class xxx”,其他类也出现了相同的报错
解决方法:
在pom.xml文件中,把对应的位置改成模块的名称(本来是
<artifactId>spring</artifactId>
更改之后变成
<artifactId>13autoware</artifactId>
和模块名对应上了。)
更改之后点右上角蓝色m标志保存更改
application context 文件爆红,提示“cannot resolve class xxx”,其他类也出现了相同的报错
解决方法:
在pom.xml文件中,把对应的位置改成模块的名称(本来是
<artifactId>spring</artifactId>
更改之后变成
<artifactId>13autoware</artifactId>
和模块名对应上了。)
更改之后点右上角蓝色m标志保存更改