完善 打jar包问题,可直接 mvn package 打包 len-web.jar 直接运行

This commit is contained in:
zxm 2018-04-28 22:50:13 +08:00
parent 7430ca4a16
commit 8796c53a5d
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ public class RetryLimitCredentialsMatcher extends HashedCredentialsMatcher {
public void setMaxRetryCount(int maxRetryCount) {
this.maxRetryCount = maxRetryCount;
}
public RetryLimitCredentialsMatcher(){
}
/**
*