rapid framework使用

简介:

步骤1: 使用骨架生成项目:

 
  1. mvn archetype:generate -B -DarchetypeGroupId=com.googlecode.rapid-framework  -DarchetypeArtifactId=rapid-springmvc-ibatis  -DarchetypeVersion=1.0 -DgroupId=com.company.project   -DartifactId=springmvc-ibatis-demo  -Dversion=1.0 -DarchetypeRepository=http://rapid-framework.googlecode.com/svn/trunk/repository 

步骤2:导入eclipse中,在修改数据库连接和方言

(1)在applicationContext-datasource.xml中修改连接数据库信息

(2)在applicationContext-ibatis-dao.xml中修改方言

(3)在generator.xml中修改产生代码的相关位置和数据库的连接

步骤3:打印信息

将生成的代码拷贝入项目中,检查代码是否有错误

mvn rapid:print

步骤4:生成代码

mvn rapid:gen -Dtable=*

步骤5:运行

mvn jetty:run

 


本文转自 zhouhaipeng 51CTO博客,原文链接:http://blog.51cto.com/tianya23/702338,如需转载请自行联系原作者


相关文章
|
Oracle 关系型数据库 MySQL
Website Cloud Architecture Best Practices
Most corporate users can customize their technical architecture according to individual business needs, achieving a Web-scale IT system design.
2909 0
Website Cloud Architecture Best Practices
|
安全 物联网 API
Security Authentication Framework in AliOS Things uMesh
Discover how AliOS Things safeguards the integrity of IoT networks with uMesh and Internet Device ID authentication.
4211 0
Security Authentication Framework in AliOS Things uMesh
|
JavaScript 前端开发 Java
|
程序员 API 数据库