Tag

Static Resources

1 views collected around this technical thread.

Java Captain
Java Captain
Jun 9, 2025 · Backend Development

How to Use @PathVariable and Map Static Resources in Spring Boot

This guide explains how to use @PathVariable to capture URL segments, configure static resource mapping for local files, and centralize path values in Spring Boot applications, providing code examples for request mapping, resource handler registration, and property injection.

JavaPathVariableSpring Boot
0 likes · 3 min read
How to Use @PathVariable and Map Static Resources in Spring Boot
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
Dada Group Technology
Dada Group Technology
Dec 2, 2022 · Frontend Development

Performance Optimization of Dada Delivery Mini-Program: Static Resources, Interface Aggregation, and Startup Page Adjustments

This article details how Dada Delivery improved its mini‑program performance by addressing fragmented optimizations, stabilizing key metrics, and applying systematic actions such as static resource reduction, interface aggregation, startup page restructuring, and best‑practice codification, resulting in significant launch‑time reductions on both WeChat and Alipay platforms.

Mini ProgramStatic Resourcesfrontend
0 likes · 13 min read
Performance Optimization of Dada Delivery Mini-Program: Static Resources, Interface Aggregation, and Startup Page Adjustments
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
Top Architect
Top Architect
Jun 27, 2022 · Backend Development

Comprehensive Nginx Installation, Configuration, and Optimization Guide

This article provides a step‑by‑step guide to installing Nginx, explains core directives such as listen, server_name, location, and proxy_pass, and covers advanced topics including rate limiting, load balancing methods, keepalive connections, static resource handling, CORS, and anti‑hotlinking configurations.

ConfigurationLoad BalancingNginx
0 likes · 15 min read
Comprehensive Nginx Installation, Configuration, and Optimization Guide
Ctrip Technology
Ctrip Technology
Jun 11, 2020 · Frontend Development

Evolution of Static Resource Infrastructure and CDN Practices at Ctrip

The article chronicles the development of static resource services—from early ASP examples and static‑dynamic separation to modern CDN, cloud storage, URL handling, online concatenation, and multi‑region deployment—highlighting technical decisions, performance trade‑offs, and future challenges for front‑end infrastructure.

CDNCephFrontend Infrastructure
0 likes · 34 min read
Evolution of Static Resource Infrastructure and CDN Practices at Ctrip
Baidu Tech Salon
Baidu Tech Salon
Mar 28, 2014 · Frontend Development

Static Resource Management and Template Framework for Front-End Optimization

The article discusses static resource management and a template framework to optimize front‑end performance by collecting resource requirements via require, widget, and script tags, deduplicating them, placing CSS in the head and JavaScript at the bottom, and enabling on‑demand loading while reducing HTTP requests.

On-demand LoadingStatic ResourcesTemplate Engine
0 likes · 11 min read
Static Resource Management and Template Framework for Front-End Optimization