总配置文件

web.xml (web.xml 是总入口,引用了springmvc\shiro\sitemesh)

spring核心配置文件

spring容器:/shop-data/src/main/resources/spring-context***.xml

spring mvc 前台的:spring-mvc-front.xml

spring mvc 后台的:spring-mvc-admin.xml

MyBatis的核心配置文件

classpath:/mappings/**/*.xml
classpath:/mybatis-config.xml

FDP全局配置文件

/shop-data/src/main/resources/fdp.properties

视图文件的文件夹

/webapp/views/admin
/webapp/views/front
/webapp/views/member

SiteMesh核心配置文件

sitemesh默认使用decorators.xml作为装饰配置文件
请看: SiteMesh核心配置文件

缓存核心配置文件:

/shop-data/src/main/resources/spring-context-redis.xml

/shop-data/src/main/resources/ehcache-local.xml