摘要: <build> <plugins> <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.2</version> <configurat 阅读全文
posted @ 2021-05-07 15:07 灡亾 阅读(92) 评论(0) 推荐(0)
摘要: <dependencies> <!--测试包--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependenc 阅读全文
posted @ 2021-05-07 10:49 灡亾 阅读(149) 评论(0) 推荐(0)
摘要: Spring-mvc Spring-mvc命名空间 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:mvc="http://www.springframework.org/schema/mvc" xmlns:conte 阅读全文
posted @ 2021-05-07 10:16 灡亾 阅读(40) 评论(0) 推荐(0)