你是否尝试在xml配置文件中使用ServletContextAttributeExporter?
<bean > <property name="attributes"> <map> <entry key="<bean key here>"> <ref bean="<bean name here" /> </entry> </map> </property></bean>

你是否尝试在xml配置文件中使用ServletContextAttributeExporter?
<bean > <property name="attributes"> <map> <entry key="<bean key here>"> <ref bean="<bean name here" /> </entry> </map> </property></bean>