Spring应用上下文: ApplicationContext-11

Spring应用上下文: ApplicationContext

  • ApplicationContext 除了 IoC 容器角色, 还有提供:
    • 面向切面 (AOP)
    • 配置元信息 (Configuration Metadata)
    • 资源管理 (Resources)
    • 事件 (Events)
    • 国际化 (i18n)
    • 注解 (Annotations)
    • Environment 抽象 (Environment Abstraction)

​ https://docs.spring.io/spring-framework/docs/5.2.2.RELEASE/spring-framework-reference/core.html#beans-introduction

猜你喜欢

转载自blog.csdn.net/zsx1314lovezyf/article/details/127649864