Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 563 Bytes

File metadata and controls

10 lines (10 loc) · 563 Bytes

web-boot

这是一个WEB应用原型,克隆它可以让你快速生成一个WEB应用,然后往里面增加你想要的功能。

what include in the project

The web-boot is a spring boot application, and use Tomcat as server, thymeleaf 3 as tmplate engin, mybatis as persistent layer.

Usage

  1. First clone it to your local.
  2. Import to your in IDE, for example eclipse, add your want function.
  3. Compile it, use command: mvn clean package.
  4. Run The jar file: java -jar web-boot-1.0-SNAPSHOT.jar.
  5. Visit URL http://localhost:8080 in browser.