Loading

springboot 中的 classpath 指的是什么路径?

classpath 其本质其实是指项目打包后的classes下的路径,一般用来指代“src/main/resources”下的资源路径。
image

通常会在各种配置文件中使用【classpath】关键字,例如:

yml配置文件:
image

WebMvcConfigurer配置类:
image

posted @ 2023-04-12 20:44  拾月凄辰  阅读(1097)  评论(0编辑  收藏  举报