摘要:
<dependency> <!-- junit 4.7 --> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <type>jar</type> <scope>test</scope></ 阅读全文
posted @ 2016-04-10 10:11
聊聊IT那些事
阅读(1065)
评论(0)
推荐(0)
摘要:
<!-- jetty 插件配置 --><plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>7.1.6.v20100715</version> <confi 阅读全文
posted @ 2016-04-10 10:08
聊聊IT那些事
阅读(391)
评论(0)
推荐(0)
摘要:
1.包命名规则:xxx.xxx.controllers(否则扫描不到) 2.文件命名规则 xxxController 阅读全文
posted @ 2016-04-10 09:54
聊聊IT那些事
阅读(571)
评论(0)
推荐(0)