Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大约有 200 个 .gsp grail 文件。
我有一个 .properties 文件,其中包含大约 200 个需要 ipdated 的静态文本
每个静态文本可能需要多次替换,并且在多个文件中。
有没有比手动查找/替换静态文本实例更简单的方法?
我正在考虑编写一个 java 程序来执行此操作.. 但似乎解析和索引字符串可能需要一段时间或导致问题。