spring-core 之 ClassPathXmlApplicationContext

2021-09-29 14:42:50 浏览数 (1)

文章目录

  • 基本
    • ClassPathXmlApplicationContext
      • 构造器
      • 设置配置文件路径
        • Environment接口
          • Profile
          • Property
        • Environment构造器
          • PropertySources接口
          • PropertySource接口
        • 路径Placeholder处理
          • PropertyResolver接口
          • 解析

基本

本部分从最基本的Spring开始。配置文件:

代码语言:javascript复制
<?xml version="

0 人点赞