york-deng / adapterj-example-spring

An example based on Standard HTML Template (without any special syntax, tags, attributes), Spring (Spring MVC + Spring Boot), and AdapterJ.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adapterj-example-spring

点击这里阅读中文说明

An example based on Standard HTML Template (without any special syntax, tags, attributes), Spring (Spring MVC + Spring Boot), and AdapterJ.

Environment Requirements

  • JDK 1.8+
  • Maven 3.0+

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-spring.git
cd adapterj-example-spring   
mvn jetty:run   

URL

http://localhost:8080/adapterj-example-spring

About

An example based on Standard HTML Template (without any special syntax, tags, attributes), Spring (Spring MVC + Spring Boot), and AdapterJ.

License:Apache License 2.0


Languages

Language:HTML 47.7%Language:Java 28.5%Language:TSQL 23.8%