文章分类 - java
摘要:创建第一个springmvc程序 1、创建父项目文件,导入依赖,删除src文件夹 pom.xml文件 <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</
阅读全文
摘要:1、使用注解需要导入的依赖 1、1在application.xml文件中加入该约束 xmlns:context=http://www.springframework.org/schema/context http://www.springframework.org/schema/context ht
阅读全文