You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,12 @@ A simple application to demonstrate how to configure angularjs with Spring MVC
5
5
6
6
The application demonstrates how to configure Spring MVC with AngularJS and Velocity.
7
7
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