BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
12 / 18 · Module 15 — Deployment and Operations · filtered: cheatsheet← prev⊞ allnext →

15.6Local execution

During development:

Anypoint Studio
or
Anypoint Code Builder

can run the application locally against an embedded/development Mule runtime.

You might call:

http://localhost:8081/api/customers

with Postman.

That's development.

It is not the production runtime model.

MuleSoft explicitly says the embedded IDE runtime isn't intended as the production deployment target.