Tag

aspect-oriented

1 views collected around this technical thread.

Java Architect Essentials
Java Architect Essentials
Sep 23, 2024 · Backend Development

Token Storage and Validation in Distributed Micro‑services with Spring Boot and Vue

This article demonstrates how to generate, store, and validate login tokens for both PC and mobile clients in a distributed micro‑service architecture using Spring Boot, Redis, custom annotations, AOP verification, and a Vue front‑end that manages token lifecycle and expiration.

RedisVueaspect-oriented
0 likes · 15 min read
Token Storage and Validation in Distributed Micro‑services with Spring Boot and Vue
Top Architect
Top Architect
Sep 13, 2023 · Backend Development

Token Storage and Validation in Distributed Microservices Using Redis and Custom Annotations

This article explains how to generate, store, and validate login tokens across PC and mobile clients in a distributed microservice architecture, covering Redis storage, custom token entities, Spring service implementation, exception handling, client‑side storage utilities, and a custom annotation with an AOP aspect for request verification.

JavaRedisSpring
0 likes · 17 min read
Token Storage and Validation in Distributed Microservices Using Redis and Custom Annotations
转转QA
转转QA
Jul 5, 2019 · Backend Development

Designing an Extensible Test System for Microservice Transaction Platforms

The article explains how to evolve a microservice‑based transaction system’s testing framework from a simple all‑in‑one approach to a modular, aspect‑oriented architecture with separate action, assertion, and proxy layers, enabling scalable, reusable, and maintainable test cases across expanding business scenarios.

AutomationTestingaspect-oriented
0 likes · 8 min read
Designing an Extensible Test System for Microservice Transaction Platforms