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 880aa09 commit 21c83f6Copy full SHA for 21c83f6
.gitpod.yml
@@ -9,6 +9,7 @@ tasks:
9
- name: Start app
10
init: ./mvnw package -DskipTests
11
command: java -jar target/*.jar
12
+
13
# exposed ports
14
ports:
15
- port: 8080
src/main/resources/public/index.html
@@ -3,6 +3,7 @@
3
<title>Couchbase & Java Getting Started</title>
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
</head>
6
+<!-- We use the windoe.location because the preview browser on gitpod can't handle forward correctly -->
7
<body onload="window.location = '/swagger-ui/'">
8
<a href="/swagger-ui/">Click here to see the API</a>
</body>
0 commit comments