About 86,000 results
Open links in new tab
  1. Spring JavaConfig Reference Guide

    1. Overview 1.1. What is JavaConfig? 1.2. Why JavaConfig? 1.3. Requirements 1.3.1. Runtime Environment

  2. 【Spring框架精讲4】一文搞懂Spring JavaConfig (附实战代码详解)

    JavaConfig是一个十分灵活的 bean 管理和配置方案。 它在基本替代xml配置的同时,还能通过 @ComponentScan 兼顾注解实现的 bean,是十分高效的配置方案。 但它之所以没有取代xml配置的 …

  3. Mastering Java Config: A Comprehensive Guide - javaspring.net

    Nov 12, 2025 · Java Config, also known as Java-based configuration, is a powerful alternative to traditional XML-based configuration. It allows developers to use Java code to define beans, …

  4. Spring - JavaConfig example

    Nov 20, 2025 · Our Spring kick start example briefly demonstrated JavaConfig method of configuration. Here we will explore the details. This is a class level annotation. The class annotated with this …

  5. GitHub - arey/spring-javaconfig-sample: Spring JavaConfig example …

    Since Spring Framework 3.0, the JavaConfig features are included in the Core Spring module. Thus Java Developer could move Spring beans definition from configuration XML files to Java classes.

  6. Introduction to Java Config for Spring Security - Baeldung

    Mar 11, 2025 · Java configuration was added to Spring Framework in Spring 3.1, was extended to Spring Security in Spring 3.2, and is defined in a class annotated with @Configuration. 2. Maven …

  7. Spring JavaConfig - Maven Repository

    Spring JavaConfig The Spring JavaConfig project provides a type-safe, pure-Java option for configuring Spring Application Contexts.

  8. Part I. Introduction

    In Part I we explain what JavaConfig is, how it fits into the larger Spring configuration landscape, and make the case as to why it is a compelling option. After reading this part you'll be ready to create a …

  9. Spring JavaConfig Reference Guide

    What JavaConfig requires to run. 1.3. Where to get support. 1.4. Where to follow development. 1.5. How to retrieve and build JavaConfig from source. 1.6. How to import JavaConfig as an Eclipse project. …

  10. Spring JavaConfig - About

    Jun 1, 2008 · About Spring JavaConfig The Spring JavaConfig project provides a type-safe, pure-Java option for configuring Spring Application Contexts.