logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Nacos配置集群,三台nacos但是启动只能访问一个nacos(linux版本)

最近在配nacos集群到linux系统上的时候,前期一切顺风顺雨,但是最后在启动nacos的时候,发现我配置了三台nacos但是只能正常访问一台。原因就是jvm参数的原因导致内存不足,修改bin目录下的./startup.sh将这行修改低点慢慢调整,我这里修改完以后页面重启服务nacos三台都可访问成功...

springboot+shiro登录验证时 跨域+重定向踩坑集合

在写shiro登录验证的时候,按照预估的想法,在没有进行登录的情况下,是无法进入到页面的并且会给他转发到登录页面。但是很明显效果跟现实差距太大了。这时发现在没有登录的情况下进入到了页面,并没有进行转发,但是页面确黑了变成302。但是使用postman却是另一种情况。在postman没有登录的情况下直接进页面,发现被shiro阻止了并且返回到我想要的登录页面了。可是前台。。。。。...

nacos报错状态403

最近在使用阿里的nacos的注册中心,下载了最新版本,按照网上的一套流程走下来然后报错failed to req API:/nacos/v1/ns/instance after all servers([127.0.0.1:8848]) tried: ErrCode:403, ErrMsg:Whitelabel Error PageThis application has no explicit

#java
java定时框架quartz在调用其他微服务模块时报错(非web请求使用feign完成微服务调用)

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.oauth2ClientContext': Scope 'request' is not active for the current thread; consider defining a sco

#java#微服务#其他
sentinel持久化到nacos报错FactoryBean threw exception on object creation; nested exception is null

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ds2-sentinel-nacos-datasource': FactoryBean threw exception on object creation; nested exception is java.lang.Nu

nacos报错状态403

最近在使用阿里的nacos的注册中心,下载了最新版本,按照网上的一套流程走下来然后报错failed to req API:/nacos/v1/ns/instance after all servers([127.0.0.1:8848]) tried: ErrCode:403, ErrMsg:Whitelabel Error PageThis application has no explicit

#java
到底了