Skip to content

Commit b4fd67e

Browse files
committed
adding basepath /api-impl-demo to the documentation.
1 parent 3eecc24 commit b4fd67e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ $ java -jar ./target/api-impl-demo-[version]-SNAPSHOT-runner.jar
3939

4040
then browse to:
4141

42-
- Start page : `http://localhost:8080`
43-
- OpenApi UI : `http://localhost:8080/openapi-ui`
44-
- Health UI: `http://localhost:8080/health-ui`
42+
- Start page : `http://localhost:8080/api-impl-demo`
43+
- OpenApi UI : `http://localhost:8080/api-impl-demo/openapi-ui`
44+
- Health UI: `http://localhost:8080/api-impl-demo/health-ui`
4545

4646
Tech links:
4747

48-
- OpenApi definition : `http://localhost:8080/v1/openapi`
49-
- Health: `http://localhost:8080/v1/health`
50-
- Metrics: `http://localhost:8080/v1/metrics`
48+
- OpenApi definition : `http://localhost:8080/api-impl-demo/v1/openapi`
49+
- Health: `http://localhost:8080/api-impl-demo/v1/health`
50+
- Metrics: `http://localhost:8080/api-impl-demo/v1/metrics`
5151

5252
Basic request:
5353

54-
- API : `http://localhost:8080/v1/api/video-games?page=0&size=100`
54+
- API : `http://localhost:8080/api-impl-demo/v1/api/video-games?page=0&size=100`
5555

5656
## Examples
5757

58-
### HEAD `/v1/api/video-games`
58+
### HEAD `/api-impl-demo/v1/api/video-games`
5959

6060
```text
6161
HTTP/1.1 204 No Content
@@ -64,7 +64,7 @@ connection: keep-alive
6464
```
6565

6666

67-
### GET `/v1/api/video-games?page=5&size=10`
67+
### GET `/api-impl-demo/v1/api/video-games?page=5&size=10`
6868

6969

7070
```json
@@ -139,7 +139,7 @@ connection: keep-alive
139139
}
140140
```
141141

142-
### GET `/v1/api/video-games/098d7670-ac32-49e7-9752-93fb1d16d495`
142+
### GET `/api-impl-demo/v1/api/video-games/098d7670-ac32-49e7-9752-93fb1d16d495`
143143

144144
```json
145145
{
@@ -150,7 +150,7 @@ connection: keep-alive
150150
}
151151
```
152152

153-
### GET `/v1/api/video-games?page=5&size=10&name=like:xeno`
153+
### GET `/api-impl-demo/v1/api/video-games?page=5&size=10&name=like:xeno`
154154

155155
```json
156156
{

0 commit comments

Comments
 (0)