Skip to content

Commit 1288f10

Browse files
Denis RosaDenis Rosa
authored andcommitted
Fixing tests and code
1 parent 4eb8565 commit 1288f10

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

src/main/java/org/couchbase/quickstart/configs/WebConfiguration.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
@Configuration
88
public class WebConfiguration implements WebMvcConfigurer {
99

10+
// @Override
11+
// public void addViewControllers(ViewControllerRegistry registry) {
12+
// registry.addRedirectViewController("/", "swagger-ui/");
13+
// }
14+
1015
@Override
1116
public void addViewControllers(ViewControllerRegistry registry) {
1217
registry.addRedirectViewController("/", "swagger-ui/");
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
spring.couchbase.bootstrap-hosts=localhost
22
spring.couchbase.bucket.name=user_profile
33
spring.couchbase.bucket.user=Administrator
4-
spring.couchbase.bucket.password=password
4+
spring.couchbase.bucket.password=password
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
spring.couchbase.bootstrap-hosts=localhost
22
spring.couchbase.bucket.name=user_profile
33
spring.couchbase.bucket.user=Administrator
4-
spring.couchbase.bucket.password=password
4+
spring.couchbase.bucket.password=password

0 commit comments

Comments
 (0)