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:

访问http://localhost:8080.

The default username/password for an admin user is admin/admin. For a regular user, use user/user

 

步骤5:

执行以下命令:

mvn appfuse:full-source

得到appfuse的框架代码。

 

你可能感兴趣的:(框架,.net,struts,jdbc,Appfuse)