Alonexc commented on PR #4274:
URL: https://github.com/apache/eventmesh/pull/4274#issuecomment-1648842378
Ref:
```
try (final BufferedReader reader = new BufferedReader(new FileReader(file));
final FileWriter fw = new FileWriter(file)) {
Properties properties = new Properties();
properties.load(reader);
properties.setProperty("eventMesh.server.newAdd", "newAdd");
properties.store(fw, "newAdd");
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]