上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: 1、问题 {"code":"500","message":"The Token has expired"} 2、场景 使用Jrebel 热部署插件经常出现 构建项目失败,代码爆红 3、原因 ==暂时未排查出原因== 4、解决方案 刷新缓存重启(点击->Invalidate and Restart)解 阅读全文
posted @ 2022-08-06 13:35 Code7Rain 阅读(1429) 评论(0) 推荐(0)
摘要: 1、代码片段 /** * 获取角色已分配菜单列表 * @param xxxRoleId * @return RoleMenuList */ @ApiOperation(value = "获取角色已分配菜单列表") @GetMapping(value = "/getRoleMenuList/{aaaR 阅读全文
posted @ 2022-07-29 17:21 Code7Rain 阅读(348) 评论(0) 推荐(0)
摘要: 1、代码片段 /** * 查询需要提醒检验的工具集合 */ @ApiOperation("查询需要提醒检验的工具集合") @GetMapping("/expireList") public AjaxResult expireList(ToolCase toolCase) { // 提前通知提醒的天数 阅读全文
posted @ 2022-07-29 17:21 Code7Rain 阅读(234) 评论(0) 推荐(0)
摘要: Mybatis-Plus 框架注解解析 1、@TableName注解 作用:表明实体类对应的数据库表 使用:在类名上使用,值为对应的表的表名 源码 package com.baomidou.mybatisplus.annotation; import java.lang.annotation.*; 阅读全文
posted @ 2022-07-29 17:21 Code7Rain 阅读(332) 评论(0) 推荐(0)
摘要: 1、代码片段 Controller @RestController @RequestMapping("/system/user") public class SysUserController extends BaseController { @Log(title = "用户管理", busines 阅读全文
posted @ 2022-07-29 17:20 Code7Rain 阅读(1249) 评论(0) 推荐(0)
摘要: 1、问题 SQL 错误 [1055] [42000]: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'station.sw.name' which is not fu 阅读全文
posted @ 2022-07-29 17:01 Code7Rain 阅读(49) 评论(0) 推荐(0)
摘要: 1、问题 JSON parse error: Cannot deserialize value of type longfrom String "1bbb": not a validlongvalue; nested exception is com.fasterxml.jackson.databi 阅读全文
posted @ 2022-07-29 17:00 Code7Rain 阅读(109) 评论(0) 推荐(0)
摘要: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.lang.IllegalArgumentException: invalid 阅读全文
posted @ 2022-07-28 20:22 Code7Rain 阅读(27) 评论(0) 推荐(0)
摘要: 1、问题 error: update_ref failed for ref 'refs/heads/master': cannot lock ref 'refs/heads/master': is at 63654e79f7ae0f902731558b3ae6679a69db09e9 but exp 阅读全文
posted @ 2022-07-28 20:21 Code7Rain 阅读(3249) 评论(0) 推荐(0)
摘要: 1、问题 There are pending unresolved conflicts.Then you may continue rebase. 2、场景 冲突合并代码时, 只合并了部分功能的代码,部分 abort 3、原因 冲突合并代码时, 只合并了部分功能的代码 4、解决方案 参考文章 ==待 阅读全文
posted @ 2022-07-28 20:21 Code7Rain 阅读(3121) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页