Main points: Validation module provides fixed data validation logicThere are two scopes: ALL and ANYThe ALL scope expects all validations to passThe ANY scope expects at [...]
Main points: mapObject takes an object as an inputmapObject outputs an objectmapObject transforms each key/value pair in the object What is the mapObject function used for? [...]
Main points: Property files allow centralization of propertiesProperty placeholders used instead of hard codingProperty file location must be configured in global [...]
Main points: Anypoint Studio is already equipped for Java developmentTo facilitate Java development you can add Maven supportMaven support is added via the M2Eclipse [...]
Main points: Secure properties are encrypted using a command line toolSpecial prefix used to identify encrypted propertiesThe Secure Config Properties module must be added to [...]