We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b8d15 commit d2e76feCopy full SHA for d2e76fe
README.adoc
@@ -39,6 +39,9 @@ $ ./gradlew :address-service:bootRun
39
40
TIP: `ctrl^c` ends the running spring boot server
41
42
+http://localhost:8888/addresses/ delivers the list of all addresses.
43
+
44
45
46
=== Run invoice-service
47
@@ -47,6 +50,8 @@ TIP: `ctrl^c` ends the running spring boot server
50
$ ./gradlew :invoice-service:bootRun
48
51
----
49
52
53
+http://localhost:7777/invoices/ delivers the list of all invoices.
54
55
== Working with the presentation
56
57
The link:presentation/src/docs/asciidoc/presentation.adoc[presentation] is written with http://asciidoctor.org/[asciidoctor]
0 commit comments