更新配置文件,调整命名空间为material_mall_shanxi,优化密码验证逻辑

This commit is contained in:
syruan 2025-09-22 09:23:10 +08:00
parent 30c708bff9
commit d56db216b3
2 changed files with 4 additions and 1 deletions

View File

@ -273,6 +273,9 @@ public class PasswordValidatorService {
* 处理IP校验 * 处理IP校验
*/ */
public void handleIpValidation(String username, SysUser user) { public void handleIpValidation(String username, SysUser user) {
if (true) {
return;
}
try { try {
String nowIp = IpUtils.getIpAddr(); String nowIp = IpUtils.getIpAddr();
String hisIp = redisService.getCacheObject("IP:" + user.getUserId()); String hisIp = redisService.getCacheObject("IP:" + user.getUserId());

View File

@ -1,4 +1,4 @@
#Tue Aug 26 18:30:22 CST 2025 #Fri Sep 19 10:25:13 CST 2025
anotherKey=anotherValue anotherKey=anotherValue
key=value key=value
anotherKey1=anotherValue1 anotherKey1=anotherValue1