de.hftstuttgart.vs.ss.2023/task04/README.md

16 lines
446 B
Markdown
Raw Normal View History

2023-04-17 10:53:46 +02:00
# Getting started
This task is about Spring HATEOAS and Spring REST Docs.
TODO 01 - 03 deal with Spring HATEOAS. Add the missing links. The TODO comments explain which links you should add.
For the second part of this task edit the `InvoiceAPITest` file. Additional to that have a look at the file `all_invoices.doc`.
Execute `maven install` and look at the file in `target/generated-docs/index.html` to see the result. (TODO 04 - 07)