问题
I have to replace value in file: test.xml This file location is: src/main/app .
It is possible ?
回答1:
Properties could be changed based on the ${app.name}. There is no need to change flow to change property file.
<configuration-properties doc:name="Configuration properties" file="/var/mule/${MULE_ENV}/${app.name}/global.yaml" />
https://simpleflatservice.com/mule4/Properties.html
来源:https://stackoverflow.com/questions/61912352/maven-how-to-replace-value-in-any-file-in-other-location