File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
java/org/couchbase/quickstart/configs Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 77@ Configuration
88public 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/" );
Original file line number Diff line number Diff line change 11spring.couchbase.bootstrap-hosts =localhost
22spring.couchbase.bucket.name =user_profile
33spring.couchbase.bucket.user =Administrator
4- spring.couchbase.bucket.password =password
4+ spring.couchbase.bucket.password =password
Original file line number Diff line number Diff line change 11spring.couchbase.bootstrap-hosts =localhost
22spring.couchbase.bucket.name =user_profile
33spring.couchbase.bucket.user =Administrator
4- spring.couchbase.bucket.password =password
4+ spring.couchbase.bucket.password =password
You can’t perform that action at this time.
0 commit comments