摘要:
<dependency> <!-- junit 4.7 --> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <type>jar</type> <scope>test</scope></ 阅读全文
摘要:
<!-- jetty 插件配置 --><plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>7.1.6.v20100715</version> <confi 阅读全文
摘要:
1.包命名规则:xxx.xxx.controllers(否则扫描不到) 2.文件命名规则 xxxController 阅读全文