我们知道spring中,有spring的容器为父容器,springmvc的容器为子容器。

   子容器可以获取父容器的bean对象,父容器不可获取子容器的bean

   注意了这里仅是bean,对于一些属性文件 @value("${key}"),子容器也是拿不到父容器的。

--------------------以下是现象-----------------------------------------

 1.sc-custom.properties属性文件


2.springmvc中加载属性文件

3.controller中


访问(可以拿到值):

-------------子容器去拿到父容器的属性配置------------------

1.springmvc 加载属性文件去掉


2.spring中有相应配置


3.访问:



  正好遇到记录下来。

网友相关(侵删):

https://blog.csdn.net/qq_25868207/article/details/70885387

https://blog.csdn.net/qq_40369829/article/details/80023745


Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐