Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/modules/ROOT/pages/spring-boot-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ If the Hazelcast client is on the classpath and a suitable configuration is foun
include::spring-boot-sample:example$pom.xml[tag=client]
----

link:{github-directory}/pom.xml[View source]
link:{github-directory}/tree/master/pom.xml[View source]
====

.`HzCloudDemoApplication.java`
Expand All @@ -95,7 +95,7 @@ Spring Boot first attempts to create a Hazelcast client by checking the presence
include::spring-boot-sample:example$src/main/java/sample/com/hazelcast/demo/cloud/HzCloudDemoApplication.java[tag=class]
----

link:{github-directory}/src/main/java/sample/com/hazelcast/demo/cloud/HzCloudDemoApplication.java[View source]
link:{github-directory}/tree/master/src/main/java/sample/com/hazelcast/demo/cloud/HzCloudDemoApplication.java[View source]
====

.`MapService.java`
Expand All @@ -108,7 +108,7 @@ When the `com.hazelcast.client.config.ClientConfig` bean is present, a `Hazelcas
include::spring-boot-sample:example$src/main/java/sample/com/hazelcast/demo/cloud/MapService.java[tag=class]
----

link:{github-directory}/src/main/java/sample/com/hazelcast/demo/cloud/MapService.java[View source]
link:{github-directory}/tree/master/src/main/java/sample/com/hazelcast/demo/cloud/MapService.java[View source]
====

== Step 2. Connect the Client
Expand Down Expand Up @@ -154,4 +154,4 @@ Use this boilerplate application as a foundation to start building your own appl

See the xref:cloud:ROOT:overview.adoc[Hazelcast {hazelcast-cloud} documentation] to continue learning or try another tutorial.

See the link:{url-spring-hazelcast}[Spring Boot] documentation for more about using Hazelcast with Spring.
See the link:{url-spring-hazelcast}[Spring Boot] documentation for more about using Hazelcast with Spring.