File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The project is based on:
77[ Spring Session] ( http://projects.spring.io/spring-session/ )
88[ Spring Data Couchbase] ( http://projects.spring.io/spring-data-couchbase/ )
99
10- For more info about couchbase click [ here] ( http://www.couchbase.com/ )
10+ For more info about Couchbase click [ here] ( http://www.couchbase.com/ )
1111
1212## Installing
1313
@@ -37,7 +37,7 @@ public class SessionController {
3737The starter can be used in 2 different modes:
3838
3939### Couchbase backed persistence usage
40- Configure couchbase connection in _ application.yml_ file:
40+ Configure Couchbase connection in _ application.yml_ file:
4141
4242``` yaml
4343session-couchbase.persistent :
@@ -47,7 +47,7 @@ session-couchbase.persistent:
4747 password : <couchbase_bucket_password>
4848` ` `
4949
50- Optionally you can override default couchbase client settings by creating ` CouchbaseEnvironment` bean:
50+ Optionally you can override default Couchbase client settings by creating ` CouchbaseEnvironment` bean:
5151
5252` ` ` java
5353...
@@ -59,7 +59,7 @@ public CouchbaseEnvironment couchbaseEnvironment() {
5959` ` `
6060
6161# #### Additional info
62- Using couchbase backed HTTP session you can share session among multiple web applications.
62+ Using Couchbase backed HTTP session you can share session among multiple web applications.
6363The session will not be destroyed when the web applications will be shut down.
6464
6565You can access session attributes in 2 ways :
You can’t perform that action at this time.
0 commit comments