启动时加载 Velocity 字符串模板

发布于 2024-12-07 01:58:22 字数 216 浏览 0 评论 0原文

我的内存中有一个字符串列表。我想在应用程序启动期间将它们全部加载为速度模板。我该怎么做?

我知道如何从这里的字符串创建模板:如何使用字符串作为速度模板?

但我想知道如何一次性加载所有模板字符串

I have a list of strings in the memory. I want to load all of them as velocity templates during the application startup. How do I do it ?

I know how to create template from a string from here: How to use String as Velocity Template?

But I want to know how to load all template strings in one shot

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

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

发布评论

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

评论(1

寻找我们的幸福 2024-12-14 01:58:22

循环遍历字符串集合并将它们全部初始化——不确定您还在寻找什么。

Loop over the collection of strings and initialize them all--not sure what else you're looking for.

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