Tagged articles
15 articles
Page 1 of 1
Java Captain
Java Captain
Jun 24, 2025 · Backend Development

Master Spring Configuration: XML vs Java, Bean Lifecycle, and Advanced Profiles

This article explains Spring configuration files, comparing XML and Java (annotation‑based) approaches, details bean creation, scopes, initialization and destruction, and demonstrates advanced techniques such as conditional beans and profile‑specific configurations with clear code examples.

ConditionalConfigurationXML
0 likes · 6 min read
Master Spring Configuration: XML vs Java, Bean Lifecycle, and Advanced Profiles
Ops Development & AI Practice
Ops Development & AI Practice
Mar 24, 2024 · Operations

Master PowerShell Profiles: Customize Your Windows Shell for Maximum Efficiency

This article explains the purpose and location of the PowerShell user profile script (Microsoft.PowerShell_profile.ps1), details its path components, outlines typical use cases such as environment customization, alias definition, and module loading, and provides a complete example with step‑by‑step explanations for Windows users.

PowerShellScriptingWindows
0 likes · 8 min read
Master PowerShell Profiles: Customize Your Windows Shell for Maximum Efficiency
Java Architecture Diary
Java Architecture Diary
Aug 19, 2020 · Backend Development

What Changed in Spring Boot 2.4 Config File Processing?

Spring Boot 2.4 introduces a major overhaul of how application.properties and application.yml files are processed, adding deterministic document ordering, new profile activation keys, support for multi‑document properties, profile groups, import of external configuration, and Kubernetes‑aware volume mounts, while preserving backward compatibility through a legacy mode.

ConfigurationKubernetesYAML
0 likes · 12 min read
What Changed in Spring Boot 2.4 Config File Processing?
Programmer DD
Programmer DD
Dec 30, 2019 · Backend Development

Master Spring Boot Profiles: Seamlessly Switch Environments Without Rebuilding

This article explains how Spring Boot's profile mechanism lets developers maintain separate configuration files for development, testing, and production environments, showing both properties and YAML examples, command‑line activation, and a deep dive into the underlying source code that processes these profiles.

BackendConfigurationEnvironment
0 likes · 9 min read
Master Spring Boot Profiles: Seamlessly Switch Environments Without Rebuilding
ITPUB
ITPUB
Mar 28, 2016 · Databases

Why Did My Oracle User Keep Getting Locked? A Step‑by‑Step Investigation

A colleague changed an Oracle application user's password, only to see the account lock every few minutes; the article walks through checking the database version, profile settings, listener logs, discovering a lingering dataSync.jar process that still used the old password, and outlines remediation steps.

Listener LogOracleRAC
0 likes · 10 min read
Why Did My Oracle User Keep Getting Locked? A Step‑by‑Step Investigation