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.
我有一些这样的代码:
resourceBundle = ResourceBundle.getBundle( "com.something.whatever.txt", getLocale());
此代码是 websphere 运行的应用程序的一部分。
com.something.whatever.properties是一个文本文件,然后被 jarred 和部署。
com.something.whatever.properties
问题是:我可以轻松地覆盖它吗?以某种方式重新部署这个文件而不是整个应用程序?
是的,你可以但我强烈建议你在尝试之前重新启动应用程序。