摘要: 注意引用的redisson-spring-boot-starter版本中redisson-spring-data对应的spring-data-redis的版本,spring boot的版本一致 <!-- https://mvnrepository.com/artifact/org.redisson/ 阅读全文
posted @ 2022-11-09 17:38 muyi0813 阅读(418) 评论(0) 推荐(0)
摘要: 步骤1:自定义过滤器fillAuthorizationBasicAuthenticationFilter 看spring的HttpServletRequest是怎么封装的,所以才有了recursionRetrieveRequestFacade @Component public class Fill 阅读全文
posted @ 2022-11-07 09:16 muyi0813 阅读(984) 评论(0) 推荐(0)
摘要: 安装vue-element-ui 的依赖包报错npm install 出错npm ERR! Error while executing:npm ERR! /usr/bin/git ls-remote -h -t git://github.com/adobe-webplatform/eve.gitnp 阅读全文
posted @ 2022-10-10 17:17 muyi0813 阅读(393) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-10-08 09:27 muyi0813 阅读(27) 评论(0) 推荐(0)
摘要: 1. Unable to find main class 实践方法:添加main方法 public class TestApp { public static void main(String[] args) { } } 2.找不到dependency的module <build> <plugins 阅读全文
posted @ 2022-05-06 23:38 muyi0813 阅读(328) 评论(0) 推荐(0)
摘要: The dependencies of some of the beans in the application context form a cycle:org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfigurati 阅读全文
posted @ 2022-04-17 19:42 muyi0813 阅读(84) 评论(0) 推荐(0)