Appfuse实践贴
关键字: appfuse实践贴步骤1:
mvn 下执行以下命令
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=net.seawave.app -DartifactId=demo
步骤2:
修改pom.xml下的
<jdbc.password>your password</jdbc.password>
步骤3:
mvn 下执行以下命令
mvn jetty:run-war
--------------wait for a few minutes
步骤4:
The default username/password for an admin user is admin/admin. For a regular user, use user/user
步骤5:
执行以下命令:
mvn appfuse:full-source
得到appfuse的框架代码。