1 Star 0 Fork 187

左岸的猫叔 / actframework

forked from actframework / actframework 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ARCHETYPES.md 2.36 KB
一键复制 编辑 原始数据 按行查看 历史

ActFramework Maven Archetypes

Hello World App

A simple app that renders a home page with "Hello World". This application has end to end test cases provided.

Copy/Paste and Go!

mvn archetype:generate -B \
    -DgroupId=com.mycom.helloworld \
    -DartifactId=helloworld \
    -DarchetypeGroupId=org.actframework \
    -DarchetypeArtifactId=archetype-quickstart \
    -DarchetypeVersion=1.8.30.1

Create Project interactively

mvn archetype:generate -DarchetypeGroupId=org.actframework -DarchetypeArtifactId=archetype-quickstart -DarchetypeVersion=1.8.30.1

Hello Service

A Simple RESTful service scaffolding. This application has end to end test cases provided.

Copy/Paste and Go!

mvn archetype:generate -B \
    -DgroupId=com.mycom.helloworld \
    -DartifactId=helloworld \
    -DarchetypeGroupId=org.actframework \
    -DarchetypeArtifactId=archetype-simple-restful-service \
    -DarchetypeVersion=1.8.30.1

Create Project interactively

mvn archetype:generate -DarchetypeGroupId=org.actframework -DarchetypeArtifactId=archetype-simple-restful-service -DarchetypeVersion=1.8.30.1

Bookmark

A full fledged RESTful service that managed bookmarks for multiple users. This app uses act-aaa to provide authentication/authorization support. This app also leverage act-test framework for full covered end to end API level test.

Copy/Paste and Go!

mvn archetype:generate -B \
    -DgroupId=com.mycom.bookmark \
    -DartifactId=bookmark \
    -DarchetypeGroupId=org.actframework \
    -DarchetypeArtifactId=archetype-bookmark \
    -DarchetypeVersion=1.8.30.1

Create Project interactively

mvn archetype:generate -DarchetypeGroupId=org.actframework -DarchetypeArtifactId=archetype-bookmark -DarchetypeVersion=1.8.30.1

Chatroom

A simple chatroom app that built on top of Websocket. This app also demonstrate how to do i18n in an Act application.

Copy/Paste and Go!

mvn archetype:generate -B \
    -DgroupId=com.mycom.chatroom \
    -DartifactId=chatroom \
    -DarchetypeGroupId=org.actframework \
    -DarchetypeArtifactId=archetype-chatroom \
    -DarchetypeVersion=1.8.30.1

Create Project interactively

mvn archetype:generate -DarchetypeGroupId=org.actframework -DarchetypeArtifactId=archetype-chatroom -DarchetypeVersion=1.8.30.1
Java
1
https://gitee.com/purplemirage88/actframework.git
git@gitee.com:purplemirage88/actframework.git
purplemirage88
actframework
actframework
master

搜索帮助