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
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,19 @@ There are several demonstration files available in this template.
117
117
- HomeController.java:
118
118
119
119
Shows how to handle simple HTTP requests.
120
+
121
+
## Routes
122
+
123
+
All the route definitions should be included in this file based on higher priority first. In this example project following route is added to retrieve the summary.
124
+
125
+
```
126
+
GET /summary controllers.HomeController.appSummary()
0 commit comments