Skip to content

Commit

Permalink
改进注释
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc committed Mar 11, 2014
1 parent 8ce080e commit c2a7cde
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ public void check(String password) throws PasswordInvalidException {
}
LOG.info("密码符合安全策略");
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import org.springframework.stereotype.Service;

/**
* 密码复杂性策略执行者
* 密码安全策略执行者
* 根据配置项user.password.strategy
* 指定的spring bean name
* 分别执行指定的策略
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#\u662f\u5426\u542f\u7528WEB\u76ee\u5f55\u6587\u4ef6\u589e\u52a0\u548c\u5220\u9664\u76d1\u63a7
watch.directory.enable=true

#\u7528\u6237\u5bc6\u7801\u590d\u6742\u6027\u7b56\u7565
#\u7528\u6237\u5bc6\u7801\u5b89\u5168\u7b56\u7565
user.password.strategy=passwordLengthStrategy;passwordComplexityStrategy

#\u5982\u679c\u542f\u7528\u6570\u636e\u5e93\u914d\u7f6e\uff0c\u5219\u6570\u636e\u5e93\u4e2d\u7684\u914d\u7f6e\u4fe1\u606f\u6709\u6700\u9ad8\u4f18\u5148\u7ea7\uff0c\u4f1a\u8986\u76d6\u914d\u7f6e\u6587\u4ef6\u7684\u914d\u7f6e\u4fe1\u606f
Expand Down

0 comments on commit c2a7cde

Please sign in to comment.