From 1a1bf65b41c4c5ca33b87e0a7833e17f83927af4 Mon Sep 17 00:00:00 2001 From: Leonid Baranov Date: Wed, 17 Jun 2020 15:05:45 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a444120..7a7fbd3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -119,7 +119,7 @@ public class TestAccessor extends CommonDataAccessor { **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