@@ -87,32 +87,26 @@ mv keystore.jks `/src/main/resources`
8787
8888Follow the steps below to set up and run the ** salesforce-data-api** MuleSoft project in ** Anypoint Studio** .
8989
90- ---
9190
92- ## 📅 1. Download Anypoint Studio
91+ 📅 1. Download Anypoint Studio
9392
9493Download and install Anypoint Studio from the official site:
9594
9695🔗 [ Anypoint Studio] ( https://www.mulesoft.com/lp/dl/anypoint-mule-studio )
9796
98- ---
9997
100- ## 🧬 2. Clone the Repository
98+ 🧬 2. Clone the Repository
10199 Clone the repository:
102100 ```
103101 salesforce-data-api
104102 ```
105103
106104
107- ---
108-
109- ## 🔀 3. Switch to Mule Perspective
105+ 🔀 3. Switch to Mule Perspective
110106
111107Click on the ** Mule Perspective** icon (next to Git) to switch your view for Mule development.
112108
113- ---
114-
115- ## 💠 4. Create ` local.properties ` File
109+ 💠 4. Create ` local.properties ` File
116110
117111Create a file named ` local.properties ` inside:
118112
@@ -146,8 +140,7 @@ slack.client_secret=
146140```
147141
148142---
149-
150- ## ⚙️ 5. Configure Mule Runtime
143+ ⚙️ 5. Configure Mule Runtime
151144
1521451 . Right-click the project → ` Run As ` → ` Run Configurations... `
1531462 . Create a new config under ** Mule Applications**
@@ -159,32 +152,29 @@ slack.client_secret=
1591525 . Select the installed ** Mule Server 4.6.X**
1601536 . Click ** Apply**
161154
162- ## Add VM Arguments (under ** Arguments** tab):
155+ Add VM Arguments (under ** Arguments** tab):
163156
164157``` text
165158-M-Denv=local
166159-Duser.timezone=UTC
167160-M-Danypoint.platform.gatekeeper=disabled
168161```
169162
170- ## Set Java Version (under ** JRE** tab):
163+ ** Set Java Version (under ** JRE** tab)** :
171164
172165* Ensure Java ** 11 or 17+** is selected
173166
174167Click ** Apply** and close the config window.
175168
176- ---
177-
178- ## ☕ 6. Verify Runtime & Java Versions
169+ ☕ 6. Verify Runtime & Java Versions
179170
180171* Mule Runtime: ** 4.6.X**
181172* Java: ** 11 or 17+**
182173
183174If the Mule runtime is not 4.6.x, you can install the correct version during step 5.
184175
185- ---
186176
187- ## 🔐 7. Install Java (if not present)
177+ 🔐 7. Install Java (if not present)
188178
189179Install Java from the official site:
190180🔗 [ https://www.java.com/ ] ( https://www.java.com )
@@ -218,7 +208,7 @@ mv keystore.jks src/main/resources/
218208
219209---
220210
221- ## 🔑 9. Add Keystore Passwords
211+ 🔑 9. Add Keystore Passwords
222212
223213In your ` local.properties ` file, add:
224214
@@ -229,6 +219,6 @@ keystore.password=YOUR_STOREPASS_PASSWORD
229219
230220---
231221
232- ## ▶️ 10. Run the Project
222+ ▶️ 10. Run the Project
233223
234224Click the ** Run** or ** Debug** button in Anypoint Studio and let the app deploy 🎉
0 commit comments