更新配置文件,调整命名空间为material_mall_shanxi,优化密码验证逻辑
This commit is contained in:
parent
30c708bff9
commit
d56db216b3
|
|
@ -273,6 +273,9 @@ public class PasswordValidatorService {
|
|||
* 处理IP校验
|
||||
*/
|
||||
public void handleIpValidation(String username, SysUser user) {
|
||||
if (true) {
|
||||
return;
|
||||
}
|
||||
try {
|
||||
String nowIp = IpUtils.getIpAddr();
|
||||
String hisIp = redisService.getCacheObject("IP:" + user.getUserId());
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#Tue Aug 26 18:30:22 CST 2025
|
||||
#Fri Sep 19 10:25:13 CST 2025
|
||||
anotherKey=anotherValue
|
||||
key=value
|
||||
anotherKey1=anotherValue1
|
||||
|
|
|
|||
Loading…
Reference in New Issue