摘要: ####web.xml //context配置 <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath*:applicationContext.xml</param-value> </ 阅读全文
posted @ 2021-06-12 15:23 doite 阅读(81) 评论(0) 推荐(0)
摘要: ###spring-context-support是spring-context的补充,如下子包说明 ####1. cache 一、cache包下补充org.springframework.cache.Cache的不同实现,主要是补充了caffine ehcache 二、支持Jcache标准(JSR 阅读全文
posted @ 2021-06-12 15:20 doite 阅读(7883) 评论(1) 推荐(0)