Tag

Configurable

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 4, 2024 · Backend Development

Enable Spring Dependency Injection for New Objects with @Configurable

This guide explains how to use Spring's @Configurable annotation and the AnnotationBeanConfigurerAspect to inject dependencies into objects created with new, covering environment setup, Maven configuration, AspectJ weaving, and advanced options like autowiring, constructor injection, and dependency checks.

AspectJBackend DevelopmentConfigurable
0 likes · 8 min read
Enable Spring Dependency Injection for New Objects with @Configurable
Baidu Geek Talk
Baidu Geek Talk
Jun 8, 2022 · Big Data

Design and Architecture of a Configurable Data Visualization Platform

The article outlines a configurable data‑visualization platform built on four layers—a unified configuration tool, a common compute service, a report‑rendering engine, and an operations dashboard—designed to streamline data acquisition, modeling, multi‑dimensional calculations, and presentation, thereby boosting BI agility, accuracy, extensibility, and insight speed.

ConfigurableData Visualizationoperations monitoring
0 likes · 19 min read
Design and Architecture of a Configurable Data Visualization Platform