Skip to content

Commit 6191d3f

Browse files
committed
DOCS-568 Rebranding to Viridian Cloud
1 parent 9e56600 commit 6191d3f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/modules/ROOT/pages/spring-boot-client.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
:page-categories: Spring Boot, Get Started
66
:page-lang: java
77
:page-est-time: 10 mins
8-
:page-serverless: true
98
:url-spring-boot: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started
109
:url-spring-hazelcast: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#io.hazelcast
1110
:github-directory: https://github.com/hazelcast-guides/spring-boot-sample
@@ -24,7 +23,7 @@ If you're unfamiliar with Spring or Spring Boot, see the link:{url-spring-boot}[
2423

2524
You need the following:
2625

27-
- A xref:cloud:ROOT:create-serverless-cluster.adoc[{hazelcast-cloud} Serverless cluster].
26+
- A xref:cloud:ROOT:create-serverless-cluster.adoc[{hazelcast-cloud} Standard cluster].
2827
- link:https://git-scm.com/book/en/v2/Getting-Started-Installing-Git[Git]
2928
- link:https://maven.apache.org/install.html[Maven]
3029
- JDK 8
@@ -62,14 +61,14 @@ cd spring-boot-sample
6261

6362
. Open the `src/main/resources/application.properties` file.
6463

65-
. Add connection credentials for your cluster to the `application.properties` file. You can find these credentials in the Hazelcast {hazelcast-cloud} dashboard for your cluster under *Connect Client* > *Advanced Setup*.
64+
. Add connection credentials for your cluster to the `application.properties` file. You can find these credentials in the {hazelcast-cloud} dashboard for your cluster under *Connect Client* > *Advanced Setup*.
6665
+
6766
- `clusterName`
6867
- `discoveryToken`
6968
- `keyStorePassword`
7069
- `trustStorePassword` (same as `keyStorePassword`)
7170

72-
. Download the keystore and truststore files from the Hazelcast {hazelcast-cloud} console and add them to the `src/main/resources/` directory. You can find these files in the Hazelcast {hazelcast-cloud} dashboard for your cluster under *Connect Client* > *Advanced Setup*.
71+
. Download the keystore and truststore files from the {hazelcast-cloud} console and add them to the `src/main/resources/` directory. You can find these files in the {hazelcast-cloud} dashboard for your cluster under *Connect Client* > *Advanced Setup*.
7372

7473
.`pom.xml`
7574
[%collapsible]
@@ -100,7 +99,7 @@ link:{github-directory}/src/main/java/sample/com/hazelcast/demo/viridian/HzVirid
10099
.`MapService.java`
101100
[%collapsible]
102101
====
103-
When the `com.hazelcast.client.config.ClientConfig` bean is present, a `HazelcastInstance` is injected into the application classes. This instance is a Hazelcast client with an established connection to the {hazelcast-cloud} Serverless cluster.
102+
When the `com.hazelcast.client.config.ClientConfig` bean is present, a `HazelcastInstance` is injected into the application classes. This instance is a Hazelcast client with an established connection to the {hazelcast-cloud} Standard cluster.
104103
105104
[source,java]
106105
----
@@ -145,7 +144,7 @@ BUILD SUCCESS
145144

146145
== Summary
147146

148-
In this tutorial, you learned how to set up a Spring Boot application to connect to a {hazelcast-cloud} Serverless cluster.
147+
In this tutorial, you learned how to set up a Spring Boot application to connect to a {hazelcast-cloud} Standard cluster.
149148

150149
== Next Steps
151150

0 commit comments

Comments
 (0)