whyclxw
2025-05-12 6893db726914cfbc57910831e7c3d4693e43fe01
src/main/java/com/whyc/service/UserService.java
@@ -6,13 +6,12 @@
import com.whyc.dto.Response;
import com.whyc.dto.UserClient;
import com.whyc.mapper.UserMapper;
import com.whyc.pojo.User;
import com.whyc.pojo.db_user.User;
import com.whyc.util.CommonUtil;
import com.whyc.util.RSAUtil;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.CachePut;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.context.ApplicationContext;
import org.springframework.stereotype.Service;