appfuse项目构建

来源:互联网 发布:mac怎么删除flash插件 编辑:程序博客网 时间:2024/06/07 06:22

一.构建appfuse项目

mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-spring-archetype -DarchetypeVersion=3.5.0 -DgroupId=com.hzsofi.Homehand -DartifactId=Homehand -DarchetypeRepository=https://oss.sonatype.org/content/repositories/appfuse

执行成功之后便可以在相应的目录上看到信息

二.运行

跳转到相应目录执行 mvn jetty:run

运行成功之后访问http://localhost:8080即可访问到登陆页面


三.获取源码

mvn appfuse:full-source

0 0
原创粉丝点击