Skip to content

Commit 7f7a82c

Browse files
author
Vitalie Mudrenco
committed
Updated documentation
1 parent 497b848 commit 7f7a82c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ A simple application to demonstrate how to configure angularjs with Spring MVC
55

66
The application demonstrates how to configure Spring MVC with AngularJS and Velocity.
77

8-
It uses the AngularJS-Seed with some modifications to allow Spring MVC load the HTML. Also integrated Velocity in case it is needed to pass some values from the spring mvc controller into the partials or index.html file.
8+
It uses the AngularJS-Seed with some modifications to allow Spring MVC load the HTML. Also integrated Velocity in case it is needed to pass some values from the spring mvc controller into the partials or index.html file.
9+
10+
I also included the bootstrap library for a better UI.
11+
12+
RUN:
13+
14+
mvn tomcat:run
15+
16+
Then open the URL: http://localhost:8080/AngularSpringApp

0 commit comments

Comments
 (0)