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:
commit
65ee0b068e
|
@ -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`
|
Loading…
Reference in New Issue