SpringBoot项目读取静态资源文件
springboot项目实现静态文件映射任意路径
Springboot中关于 static 和 templates的注意事项, 以及webjars的配置
1 |
1.默认情况下, 网页存放于static目录下, 默认的"/"指向的是 ~/resouces/static/index.html文件 |
1 |
@Configuration |
SpringBoot项目读取静态资源文件
springboot项目实现静态文件映射任意路径
Springboot中关于 static 和 templates的注意事项, 以及webjars的配置
1 |
1.默认情况下, 网页存放于static目录下, 默认的"/"指向的是 ~/resouces/static/index.html文件 |
1 |
@Configuration |
近期评论