摘要:
项目启动失败提示 Error running 'Application' Error running Application. Command line is too long. Shorten the command line via JAR manifest or via a classpath 阅读全文
摘要:
为了保证JWT随机生成的密钥一致,我设计了一个token服务,专门获取JWT,和生成token。在网关使用client调用服务时,出现了bean循环依赖 The dependencies of some of the beans in the application context form a c 阅读全文
摘要:
###SecurityConfig @Configuration @EnableWebSecurity public class SecurityConfig implements WebMvcConfigurer { @Bean public SecurityFilterChain filterC 阅读全文