We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea16a4 commit fb7af7cCopy full SHA for fb7af7c
README.md
@@ -0,0 +1,14 @@
1
+Application demonstrating an AngularJS client talking to a Spring REST-powered backend.
2
+
3
+## Building
4
5
+To build the WAR file simply run `mvn package`. This puts the WAR
6
+file in `target/spring-angularjs.war`.
7
8
+You can deploy this WAR in any servlet container.
9
10
+## Running
11
12
+You can run the app in Jetty using `mvn jetty:run`.
13
14
+Once started, the app is available at `http://localhost:8080`.
0 commit comments