From 1bb301488bcb1ccc023211d038f45d9cf3b19a04 Mon Sep 17 00:00:00 2001 From: kasramp Date: Sat, 12 Aug 2023 21:10:44 +0200 Subject: [PATCH] JAVA-21093 add endpoints to the readme file of the thymeleaf module --- spring-web-modules/spring-thymeleaf/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/spring-web-modules/spring-thymeleaf/README.md b/spring-web-modules/spring-thymeleaf/README.md index b49095f5b1..7121085ac0 100644 --- a/spring-web-modules/spring-thymeleaf/README.md +++ b/spring-web-modules/spring-thymeleaf/README.md @@ -23,3 +23,20 @@ mvn cargo:run ### Security The user/password required is: user1/user1Pass + +### Endpoints + +All endpoints start with `http://localhost:8082/spring-thymeleaf`: + +- `/dates` +- `/saveStudent` +- `/objects` +- `/fragments` +- `/markup` +- `/params` +- `/other` +- `/function-call` +- `/html` +- `/js` +- `/plain` +- `/layout` \ No newline at end of file