<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">

    <description>扩展的applicationContext文件列表</description>

    
    <!-- <import resource="ehcache/applicationContext-ehcache.xml" /> -->
    
    <import resource="cache/applicationContext-cache.xml" />
    
    <import resource="profile/applicationContext-profile.xml" />

    
    
</beans>

 

相关文章:

  • 2022-12-23
  • 2021-06-24
  • 2022-12-23
  • 2021-05-23
  • 2021-11-08
  • 2022-01-06
  • 2022-12-23
猜你喜欢
  • 2021-11-09
  • 2021-07-10
  • 2021-12-29
  • 2022-01-31
  • 2021-11-25
  • 2022-12-23
  • 2021-06-30
相关资源
相似解决方案