ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 134 - MCD - Level 1 discussion

Report
Export

Where is metadata stored in a Mule project

A.
Config.yaml file
Answers
A.
Config.yaml file
B.
POM.xml file
Answers
B.
POM.xml file
C.
application-types.xml
Answers
C.
application-types.xml
D.
Global Element
Answers
D.
Global Element
Suggested answer: C

Explanation:

Metadata is stored in application-types.xml flle located under src/main/resources.

Mule 4 applications contain an application-types.xml file, which is where metadata around your data types is stored. For example, if you create a new CSV type, that metadata will be added to this file. This new file is easy to share, commit, and merge when conflicts arise, which enables you to do more metadata-driven development.

MuleSoft Doc Ref : https://docs.mulesoft.com/mule-runtime/4.3/intro-studio#metadata-storage

asked 18/09/2024
Peter Kiraly
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first