Skip to content

Commit

Permalink
Add CPMap to Spring Resources [HZ-4196] (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarnett-hz authored Feb 19, 2024
1 parent 8b1fc5b commit 5e0acda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/modules/spring/pages/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ you must enable the permissions for transactions. For further information, see t
** `countDownLatch`
** `lock`
** `externalDataStore`
** `cpmap`
+
[source,xml]
----
Expand Down Expand Up @@ -265,6 +266,7 @@ you must enable the permissions for transactions. For further information, see t
<hz:property name="jdbcUrl">jdbc:mysql://dummy:3306</hz:property>
</hz:properties>
</hz:external-data-store>
<hz:cpmap instance-ref="instance" name="cpmap" id="cpMap" />
----
+
* **Supported Spring Bean Attributes**
Expand Down

0 comments on commit 5e0acda

Please sign in to comment.