MCD-LEVEL-1 · Question #134
Where is metadata stored in a Mule project
The correct answer is C. application-types.xml. 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…
Question
Where is metadata stored in a Mule project
Options
- AConfig.yaml file
- BPOM.xml file
- Capplication-types.xml
- DGlobal Element
How the community answered
(25 responses)- B4% (1)
- C96% (24)
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
Topics
Community Discussion
No community discussion yet for this question.