Skip to content

Commit ccaa501

Browse files
authored
markdown file format
1 parent f158e54 commit ccaa501

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

articles/azure-cache-for-redis/cache-java-redisson-get-started.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This quickstart uses the Maven archetype feature to generate the scaffolding for
3838

3939
## Create a new Java app
4040

41-
Using Maven, generate a new quickstart app:
41+
Use maven to generate a new quickstart app:
4242

4343

4444
```bash
@@ -52,9 +52,9 @@ mvn archetype:generate \
5252
-Dversion=1.0
5353
```
5454

55-
Change to the new *redis-redisson-test* project directory.
55+
1. Change to the new *redis-redisson-test* project directory.
5656

57-
Open the *pom.xml* file and add a dependency for [Redisson](https://github.com/redisson/redisson#maven):
57+
2. Open the *pom.xml* file and add a dependency for [Redisson](https://github.com/redisson/redisson#maven):
5858

5959
### [Microsoft Entra ID Authentication (recommended)](#tab/entraid)
6060

@@ -84,9 +84,9 @@ Open the *pom.xml* file and add a dependency for [Redisson](https://github.com/r
8484

8585
---
8686

87-
Save the *pom.xml* file.
87+
3. Save the *pom.xml* file.
8888

89-
Open *App.java* and replace the code with the following code:
89+
4. Open *App.java* and replace the code with the following code:
9090

9191

9292
### [Microsoft Entra ID Authentication (recommended)](#tab/entraid)
@@ -229,10 +229,7 @@ public class App {
229229
---
230230

231231

232-
233-
This code shows you how to connect to an Azure Cache for Redis instance using Microsoft Entra ID with the JCache API support from the Redisson client library. The code also stores and retrieves a string value in the cache. For more information on JCache, see the [JCache specification](https://jcp.org/en/jsr/detail?id=107).
234-
235-
Save *App.java*.
232+
5. Save *App.java*.
236233

237234
## Build and run the app
238235

0 commit comments

Comments
 (0)