3

特定の間隔で速度テンプレートを更新する方法。指定した間隔の後に自動的に更新したいとしましょう

この点でどんな助けも高く評価されます。

4

1 に答える 1

4

フォローしてみてください。

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 ); 
于 2013-04-09T14:27:27.993 に答える