标签:static pat 静态 oca code spring bsp div css
springboot默认的静态资源目录:
就是说我们可以在resources下新建这4个目录来存放静态资源。
一般我们使用static来存放静态资源。
resources下新建文件夹static,static下新建文件夹css、js、image来存放对应的资源。
访问地址:
http://localhost:8080/springboot/image/1.jpg
不需要写4个默认文件夹的路径,会自动从4个默认路径中找。
标签:static pat 静态 oca code spring bsp div css
原文地址:https://www.cnblogs.com/chy18883701161/p/12272690.html