File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
spring-boot-actuator/src/test/resources/cache
spring-boot-samples/spring-boot-sample-cache/src/main/resources Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- <hazelcast >
1+ <hazelcast xsi : schemaLocation =" http://www.hazelcast.com/schema/config hazelcast-config-3.5.xsd"
2+ xmlns=" http://www.hazelcast.com/schema/config"
3+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" >
4+
25 <map name =" books" />
36 <map name =" players" />
4- </hazelcast >
7+
8+ </hazelcast >
Original file line number Diff line number Diff line change 1- <hazelcast xsi : schemaLocation =" http://www.hazelcast.com/schema/config hazelcast-config-3.4 .xsd"
1+ <hazelcast xsi : schemaLocation =" http://www.hazelcast.com/schema/config hazelcast-config-3.5 .xsd"
22 xmlns =" http://www.hazelcast.com/schema/config"
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
44
1414 <management-enabled >true</management-enabled >
1515 </cache >
1616
17- </hazelcast >
17+ </hazelcast >
You can’t perform that action at this time.
0 commit comments