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 5874d1fd15
commit aa110827b3
1 changed files with 17 additions and 0 deletions

View File

@ -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`