Merge pull request #14584 from kasramp/JAVA-21093

JAVA-21093 add endpoints to the readme file of the thymeleaf module
This commit is contained in:
Kasra Madadipouya 2023-08-12 21:16:34 +02:00 committed by GitHub
commit 65ee0b068e
1 changed files with 17 additions and 0 deletions

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`