完善 打jar包问题,可直接 mvn package 打包 len-web.jar 直接运行
This commit is contained in:
parent
7430ca4a16
commit
8796c53a5d
|
@ -26,6 +26,8 @@ public class RetryLimitCredentialsMatcher extends HashedCredentialsMatcher {
|
|||
public void setMaxRetryCount(int maxRetryCount) {
|
||||
this.maxRetryCount = maxRetryCount;
|
||||
}
|
||||
public RetryLimitCredentialsMatcher(){
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue