Tag

Webjars

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Apr 4, 2023 · Backend Development

Master Spring Boot Static Resources: Paths, Custom Locations, and Cache Busting

This guide explains how Spring Boot 2.7.10 serves static files, how to customize resource locations and URL patterns, configure WebJars, enable cache‑busting, and reveals the underlying MVC components that handle static resource requests.

Spring BootStatic ResourcesWebjars
0 likes · 9 min read
Master Spring Boot Static Resources: Paths, Custom Locations, and Cache Busting
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 1, 2022 · Backend Development

Mastering Spring Boot Static Resources and Content Negotiation

This article explains how Spring Boot serves static resources from default locations, how to customize static path patterns and resource locations, handle Webjars, configure content negotiation with parameters and custom media types, and integrate template engines such as Thymeleaf, FreeMarker, and Mustache.

Content NegotiationSpring BootStatic Resources
0 likes · 8 min read
Mastering Spring Boot Static Resources and Content Negotiation