03 2014 档案

摘要:整合maven,jetty,jrebel进行调试maven配置这个网上有很多,验证mvn是否配置正确:Jrebel配置解压至目录,不建议目录名有空格 ,破解包下载参考:http://zeroturnaround.com/software/jrebel/features/frameworks/http://truemylife.iteye.com/blog/1140921由于都在eclipse中运行就不配置系统环境变量了jetty配置maven插件,pom.xml中插入 org.eclipse.jetty jetty-maven-plugin 9.1.3.v20140225 ... 阅读全文
posted @ 2014-03-17 21:04 九州浪子 阅读(3916) 评论(0) 推荐(0)
摘要:活用maven使web.xml可以用maven变量废话不多说,直接上代码 ${finalWarName} compile src/main/resources true src/main/webapp true WEB-INF/web.xml ${project.build.directory}/... 阅读全文
posted @ 2014-03-13 14:40 九州浪子 阅读(2735) 评论(4) 推荐(3)