Tag

Aspect

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 22, 2024 · Backend Development

Implementing Visitor Logging with Spring Boot and Vue: PV/UV Tracking Component

This tutorial demonstrates how to record and display website visitor statistics by using a Spring Boot backend with an IP‑based visitor identifier, a custom @VisitLog annotation, a MySQL visit‑log table, and a Vue front‑end component that shows PV and UV counts.

AspectPVSpring Boot
0 likes · 19 min read
Implementing Visitor Logging with Spring Boot and Vue: PV/UV Tracking Component
Top Architect
Top Architect
Jan 26, 2024 · Backend Development

Using Spring Expression Language (SpEL) for Flexible Permission Control in Spring Boot

This article demonstrates how to integrate Spring Expression Language (SpEL) with custom annotations and AOP in Spring Boot to create a highly flexible, maintainable permission‑checking mechanism that can handle various complex access scenarios without scattering hard‑coded logic throughout the codebase.

AspectCustom AnnotationJava
0 likes · 11 min read
Using Spring Expression Language (SpEL) for Flexible Permission Control in Spring Boot
Architect's Guide
Architect's Guide
Jan 3, 2024 · Backend Development

Implementing Multi-Device Token Storage and Validation with Spring Boot, Redis, and Vue

This article explains how to design and implement a token generation, storage, and verification system for both PC and mobile clients in a distributed microservice architecture, using Spring Boot, Redis, custom annotations, AOP aspects, and Vue front‑end integration.

AspectRedisSpringBoot
0 likes · 12 min read
Implementing Multi-Device Token Storage and Validation with Spring Boot, Redis, and Vue