避免ehcache配置文件一直被占用,无法完全销毁项目重新部署

This commit is contained in:
RuoYi
2019-01-29 10:07:57 +08:00
parent 0a0a6982f7
commit af64be2a31
4 changed files with 41 additions and 11 deletions

View File

@ -59,7 +59,7 @@
</a>
</div>
</div>
<div class="checkbox-custom" th:class="${captchaEnabled==false}? 'm-t'">
<div class="checkbox-custom" th:classappend="${captchaEnabled==false} ? 'm-t'">
<input type="checkbox" id="rememberme" name="rememberme"> <label for="rememberme">记住我</label>
</div>
<button class="btn btn-success btn-block" id="btnSubmit" data-loading="正在验证登录,请稍后...">登录</button>