Java Web Bootstrap
Introduction
This is a bootstrap java web project which shows the use of following components:
- Spring
- Spring MVC
- MyBatis
- AOP
- Annotation
- Transaction
- AngularJS
Steps to run the demo
- Run
mvn tomcat7:run
to start this application in the embedded tomcat server. - Navigate to
http://localhost:8080
in your browser