Thanks for attention
Hard working...
  • Home
  • Archive
  • Tags
  • About

    { spring }

  • spring web annotation

    2021-08-08 |
    • { spring }
    • { spring annotation }

    Learning…

  • spring core annotation

    2021-08-07 |
    • { spring }
    • { spring annotation }

    Copyright© https://www.baeldung.com/spring-bean-annotations

    1. Overview

    We can leverage the capabilities of Spring DI engine using the annotations in the org.springframework.beans.factory.annotation and org.springframework.context.annotation packages.

    We often call these “Spring core annotations” and we’ll review them in this tutorial.

    Read On »
  • spring bean annotation

    2021-08-07 |
    • { spring }
    • { spring annotation }

    Copyright© https://www.baeldung.com/spring-bean-annotations

    1. Overview

    In this article, we’ll discuss the most common Spring bean annotations used to define different types of beans.

    There’re several ways to configure beans in a Spring container. We can declare them using XML configuration. We can declare beans using the @Bean annotation in a configuration class.

    Or we can mark the class with one of the annotations from the org.springframework.stereotype package and leave the rest to component scanning.

    Read On »
© 2021 - Wei Xiao
Powered by Hexo , Theme - Icalm