特定の間隔で速度テンプレートを更新する方法。指定した間隔の後に自動的に更新したいとしましょう
この点でどんな助けも高く評価されます。
フォローしてみてください。
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 );