Commit 90b3136d by Johannes Edmeier

Fix typo

parent 61e6bbc3
...@@ -36,8 +36,8 @@ public class SpringBootAdminApplication { ...@@ -36,8 +36,8 @@ public class SpringBootAdminApplication {
return new Config().setProperty("hazelcast.jmx", "true") return new Config().setProperty("hazelcast.jmx", "true")
.addMapConfig(new MapConfig("spring-boot-admin-application-store").setBackupCount(1) .addMapConfig(new MapConfig("spring-boot-admin-application-store").setBackupCount(1)
.setEvictionPolicy(EvictionPolicy.NONE)) .setEvictionPolicy(EvictionPolicy.NONE))
.addListConfig(new ListConfig("spring-boot-admin-application-store") .addListConfig(new ListConfig("spring-boot-admin-event-store").setBackupCount(1)
.setBackupCount(1).setMaxSize(1000)); .setMaxSize(1000));
} }
public static void main(String[] args) { public static void main(String[] args) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment