摘要:
problems_starter 1 SpringBoot测试类(@SpringbootTest)使用@ConfigurationProperties无法注入值 @ConfigurationProperties作用:将yml/properties配置文件中的属性注入到当前类的属性,可以通过prefi 阅读全文
摘要:
spring security坑1:通过code获取token报错 DESC: 在postman中发起post请求“http://localhost:8127/oauth/token ”, 请求体:{"code":"6jttNy","client_id":"javaboy","client_secr 阅读全文
摘要:
1 spring security一共有4中模式:授权码模式,密码模式,客户端模式,简化模式。 其中,授权码模式是是最安全的,因为这种模式我们的 access_token 不用经过浏览器或者移动端 App,是直接从我们的后台发送到授权服务器上,这样就很大程度减少了 access_token 泄漏的风 阅读全文
摘要:
problems_spring 1 记录一个spring事务未生效的问题 DESC: public class AServiceImpl implements AService { @Autowired private BService bService; methodA() { methodB() 阅读全文
摘要:
problems_frontEnd 1 执行npm run dev报错 ERROR: # 提示达到文件监视程序数量的系统限制 Error from chokidar (/develop/ideaws/RuoYi-Vue/ruoyi-ui/node_modules/lodash): Error: EN 阅读全文
摘要:
skills_kubernetes 1 kubernetes如何重启容器 2 阅读全文
摘要:
之所以称这类视频为blob格式的格式,是因为视频在一个 <video> 标签中,类似于这样: <video preload="preload" autoplay="autoplay" src="blob:https://player.bilibili.com/afa68414-faa3-496f-a 阅读全文
摘要:
skills_logging 1 log4j2, logback的日志文件路径的动态配置 logback配置方式 配置环境变量(linux中) : sudo vim /etc/profile # 在文件的末尾添加该行语句 export logPath=~/logs # 然后保存该文件,再执行以下语句 阅读全文
摘要:
skills_microservice 1 java项目整合skywalking 下载skywalking 安装包 最新安装包:https://downloads.apache.org/skywalking/8.9.1/apache-skywalking-apm-8.9.1.tar.gz 历史版本: 阅读全文
摘要:
problems_microservice 1 seata报错1 2021-12-02 13:33:31.529 INFO io.seata.spring.annotation.datasource.SeataAutoDataSourceProxyCreator.getAdvicesAndAdvis 阅读全文