Skip to content

An example based on Standard HTML Template (without any special syntax, tags, attributes), Vert.x, and AdapterJ.

License

Notifications You must be signed in to change notification settings

york-deng/adapterj-example-vertx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adapterj-example-vertx

点击这里阅读中文说明

An example based on Standard HTML Template (without any special syntax, tags, attributes), Vert.x, and AdapterJ.

Environment Requirements

  • JDK 1.8+
  • Maven 3.6+
  • Vert.x 3.8+

Guide

  1. Run these Command Lines as below
  2. Open the URL with a web browser

Command Lines

git clone https://github.com/york-deng/adapterj.git
cd adapterj
mvn clean deploy

cd ..

git clone https://github.com/york-deng/adapterj-example-vertx.git
cd adapterj-example-vertx
mvn clean package   
vertx run com.adapterj.example.vertx.SimpleVerticle -cp .:target/adapterj-example-vertx-1.0.0-all.jar   

URL

http://localhost:8080/

About

An example based on Standard HTML Template (without any special syntax, tags, attributes), Vert.x, and AdapterJ.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published