摘要: 1. Maven常用命令 1. Maven常用命令 mvn archetype:create :创建 Maven 项目 mvn compile :编译源代码 mvn test-compile :编译测试代码 mvn test : 运行应用程序中的单元测试 mvn site : 生成项目相关信息的网站 阅读全文
posted @ 2016-10-26 11:22 随风而逝,只是飘零 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 所有Generator的xml详细说明见:http://mybatis.org/generator/configreference/xmlconfig.html (英文版) 引用 http://blog.csdn.net/pk490525/article/details/16819307 现在针对g 阅读全文
posted @ 2016-10-26 09:42 随风而逝,只是飘零 阅读(6164) 评论(0) 推荐(0) 编辑