2021-06-08 SpringBoot2核心技术 web场景(一)

静态资源访问

先找controller,找不到再找静态资源,还找不到就404
2021-06-08 SpringBoot2核心技术 web场景(一)
2021-06-08 SpringBoot2核心技术 web场景(一)
2021-06-08 SpringBoot2核心技术 web场景(一)

默认
2021-06-08 SpringBoot2核心技术 web场景(一)
2021-06-08 SpringBoot2核心技术 web场景(一)
2021-06-08 SpringBoot2核心技术 web场景(一)

webjars

https://www.webjars.com/
2021-06-08 SpringBoot2核心技术 web场景(一)

2021-06-08 SpringBoot2核心技术 web场景(一)
2021-06-08 SpringBoot2核心技术 web场景(一)
2021-06-08 SpringBoot2核心技术 web场景(一)
http://localhost:8080/webjars/jquery/3.6.0/jquery.js
2021-06-08 SpringBoot2核心技术 web场景(一)

上一篇:springboot-rabbitmq


下一篇:springboot整合rabbitmq(fanout模式)