IDEA中Springboot项目有scope为provided包时启动报错找不到类FileNotFoundException

 

IntelliJ IDEA默认不会将<scope>provided</scope>的依赖包含在classpath中,需要单独设置运行或调试的启动设置。

配置方式如下:

在运行配置Configuration选项卡下Use classpath of module的下方有个复选框 Include dependences with "Provided" scope 把这个勾上就可以了

 

 

posted @ 2023-06-14 10:03  远山伴痴人  阅读(70)  评论(0编辑  收藏  举报