上一页 1 2 3 4 5 6 7 8 ··· 35 下一页
摘要: spring 线程池定义 package com.minex.icp.tool.conf; import lombok.extern.slf4j.Slf4j; import org.springframework.context.annotation.Bean; import org.springf 阅读全文
posted @ 2024-07-01 15:33 官萧何 阅读(35) 评论(0) 推荐(0)
摘要: 依赖 <dependency> <groupId>com.baomidou</groupId> <artifactId>dynamic-datasource-spring-boot-starter</artifactId> <version>3.5.2</version> </dependency> 阅读全文
posted @ 2024-05-13 14:49 官萧何 阅读(491) 评论(0) 推荐(0)
摘要: 基本业务逻辑: 前端使用公钥对 登录密码+从后端获取的随机字符串 进行加密实现密文传输 后端使用私钥解密 后端从redis中获取随机字符串(60秒有效期)并还原登录密码 进行登录校验 js前端: // 获取随机数 // json对象再转换成json字符串 $.ajax({ type : "POST" 阅读全文
posted @ 2024-05-11 14:05 官萧何 阅读(1426) 评论(0) 推荐(0)
摘要: 自定义注解 package com.minex.icp.v3.module.devicealarm.aop; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lan 阅读全文
posted @ 2024-04-17 11:28 官萧何 阅读(25) 评论(0) 推荐(0)
摘要: 错误代码如下: List<MaintainInspectionPlanInfoDTL> infoDTLS = planInfoService.lambdaQuery() .eq(MaintainInspectionPlanInfoDTL::getPlanStatus, PlanStatusDict. 阅读全文
posted @ 2024-04-03 09:39 官萧何 阅读(364) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 35 下一页