JAVA-21093 add endpoints to the readme file of the thymeleaf module
This commit is contained in:
parent
5874d1fd15
commit
aa110827b3
|
@ -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`
|
Loading…
Reference in New Issue