Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurkambay committed Jun 17, 2020
1 parent e45a0fc commit 1a1bf65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ You can also specify a timeout in mills for the cluster activation.
If at least one node will not enter the cluster timeout Exception will be thrown.

```
#cluster.startupTimeout=20000
cluster.startupTimeout=20000
```

By default timeout is 60000 mills.

## 2. Self registered repositories
## 2. Self-registered repositories

To define a memory cache you need to define just one repository class

Expand Down Expand Up @@ -119,7 +119,7 @@ public class TestAccessor extends CommonDataAccessor<TestKey, TestValue> {

**Working application example: [example-01](https://github.com/technologicgroup/cluster-boost/tree/master/examples/example-01)**

## 3. Run Spring beans as a cluster tasks
## 3. Run Spring beans as a cluster task

You do not need to define some special classes for a cluster tasks anymore.
If you want to run some code on every cluster node with a parameter you just need to define one Spring bean class
Expand Down

0 comments on commit 1a1bf65

Please sign in to comment.