About 701,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 JavaConfig - Maven Repository

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

  3. arey/spring-javaconfig-sample - GitHub

    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 …

  4. All You Need to Know about Spring's Java Config - Reflectoring

    Nov 18, 2023 · In this comprehensive guide, we will learn Spring’s Java-based configuration. We will get familiar with core annotations like @Bean and @Configuration. We will explore the …

  5. 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 …

  6. Spring with Java-Based Configurations

    Mar 8, 2025 · One of its most significant features is the ability to configure your application using Java-based configurations, which offers numerous advantages over traditional XML …

  7. Spring MVC Configuration: XML vs Java-Based (Annotation) …

    Aug 5, 2025 · In Spring MVC, configuration is necessary to handle incoming web requests, resolve views and manage controllers. You can configure Spring MVC using either: XML …

  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 …

  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 …

  10. java - What is JavaConfig in Spring? - Stack Overflow

    While JavaConfig aims to be a feature-complete option for configuration, it can be (and often is) used in conjunction with the more well-known XML-based configuration approach. It refers to …