修改Tomcat中的属性文件

发布于 2024-09-01 15:01:46 字数 71 浏览 4 评论 0原文

是否可以修改 Tomcat 中的 .properties 文件,即向其中添加属性,而不仅仅是读取它们?

Is it possible to modify a .properties file in Tomcat, that is to add properties to it, instead of just reading them?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦幻之岛 2024-09-08 15:01:46

您可以使用 Properties#load() 将它们加载到可修改的类似地图的结构中。使用 Properties#setProperty() 你可以使用 Properties#store() 到保存回来。


另请参阅

You can use Properties#load() to load them into a modifiable map-like structure. After modifying using Properties#setProperty() you can just use Properties#store() to save it back.


See also:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文