Appfuse实践贴

阅读更多

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下的

your 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的框架代码。

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