摘要: if(e instanceof SQLIntegrityConstraintViolationException) { //RunTimeException异常抛出了事务会回滚 throw new BaseRuntimeException("用户不能多重角色,如果需要请联系管理员!"); } els 阅读全文
posted @ 2020-12-17 17:34 动力起点 阅读(556) 评论(0) 推荐(0)
摘要: 1.导入maven <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</artifactId> <version>0.9.1</version> </dependency> <dependency> <groupId>c 阅读全文
posted @ 2020-12-17 17:15 动力起点 阅读(267) 评论(0) 推荐(0)