#265 - Polishing.
Add license headers. Replace CouchbaseConfiguration with Spring Boot properties. Post-process example data to make it accessible for repository use. Fix Id type. Add examples for N1ql and view access. Enable couchbase examples in parent pom. Add test rule to skip tests if Couchbase is not available. Original pull request: #275.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
spring.couchbase.bucket.name=travel-sample
|
||||
spring.couchbase.bootstrap-hosts=localhost
|
||||
|
||||
# Required for Couchbase 5
|
||||
spring.couchbase.bucket.password=password
|
||||
|
||||
# Increased timeout to fit slower environments like TravisCI
|
||||
spring.couchbase.env.timeouts.view=15000
|
||||
spring.couchbase.env.timeouts.query=15000
|
||||
Reference in New Issue
Block a user