Skip to content

Commit 21c83f6

Browse files
Denis RosaDenis Rosa
authored andcommitted
fixes
1 parent 880aa09 commit 21c83f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitpod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tasks:
99
- name: Start app
1010
init: ./mvnw package -DskipTests
1111
command: java -jar target/*.jar
12+
1213
# exposed ports
1314
ports:
1415
- port: 8080

src/main/resources/public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<title>Couchbase & Java Getting Started</title>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
55
</head>
6+
<!-- We use the windoe.location because the preview browser on gitpod can't handle forward correctly -->
67
<body onload="window.location = '/swagger-ui/'">
78
<a href="/swagger-ui/">Click here to see the API</a>
89
</body>

0 commit comments

Comments
 (0)