这是一个WEB应用原型,克隆它可以让你快速生成一个WEB应用,然后往里面增加你想要的功能。
The web-boot is a spring boot application, and use Tomcat as server, thymeleaf 3 as tmplate engin, mybatis as persistent layer.
- First clone it to your local.
- Import to your in IDE, for example eclipse, add your want function.
- Compile it, use command:
mvn clean package
. - Run The jar file:
java -jar web-boot-1.0-SNAPSHOT.jar
. - Visit URL http://localhost:8080 in browser.