标签:文件上传与下载 mybatis mvc nec 交互 rop tor 16px text
1.Spring-IOC
2.Spring-AOP
3.Spring-JDBC
4.MyBatis
5.Spring整合MyBatis
6.SpringMVC-基础包
7.SpringMVC-JSON交互
8.SpringMVC-文件上传与下载
9.SpringMVC-JSON与AJAX交互需要引用的js文件
1.xsi命名空间,最基础的配置bean的命名空间
<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-4.3.xsd ">
2.p命名空间,化简赋值写法
xmlns:p="http://www.springframework.org/schema/p"
3.util命名空间,在XML里配置集合的bean
xmlns:util="http://www.springframework.org/schema/util"
http://www.springframework.org/schema/util
http://www.springframework.org/schema/util/spring-util.xsd
4.context命名空间,扫描包,读取db.properties
xmlns:context="http://www.springframework.org/schema/context"
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-4.3.xsd
5.aop命名空间,注解驱动
xmlns:aop="http://www.springframework.org/schema/aop"
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-4.3.xsd
6.tx命名空间,事务注解驱动
xmlns:tx="http://www.springframework.org/schema/tx"
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-4.3.xsd
7.mcv命名空间,静态资源请求、注解驱动、拦截器
xmlns:mvc="http://www.springframework.org/schema/mvc"
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-4.3.xsd
标签:文件上传与下载 mybatis mvc nec 交互 rop tor 16px text
原文地址:https://www.cnblogs.com/shoulinniao/p/13122293.html