JAVA-21093 add endpoints to the readme file of the thymeleaf module

This commit is contained in:
kasramp
2023-08-12 21:10:44 +02:00
parent a1ef4ba4c1
commit 1bb301488b

View File

@@ -23,3 +23,20 @@ mvn cargo:run
### Security ### Security
The user/password required is: user1/user1Pass 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`