gpt4 book ai didi

java - 如何刷新速度模板

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:18:32 28 4
gpt4 key购买 nike

如何在给定时间间隔后刷新速度模板。假设我希望它自动指定时间间隔后刷新

在这方面的任何帮助将不胜感激。

最佳答案

尝试跟随;

Properties templateProps = new Properties();

templateProps.setProperty( "file.resource.loader.modificationCheckInterval", 60); // This is in seconds
templateProps.setProperty( "file.resource.loader.cache", "true" );

Velocity.init( templateProps );

关于java - 如何刷新速度模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15904613/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com