阿里云 SMS 短信 Java SDK 封装
摘要:Github & Issues: https://github.com/cn-src/aliyun-sms 官方文档:https://help.aliyun.com/document_detail/55284.html?spm=5176.8195934.1001856.3.5cd64183fNqod
阅读全文
posted @
2023-04-12 18:33
腾逸
阅读(77)
推荐(0) 编辑
解决Spring boot 单元测试,无法读取配置文件问题。
摘要:1.启动类上加上@EnableConfigurationProperties 2.springboot版本springboot 2.X版本在单元测试中读取不到yml配置文件的值这是个大坑,在项目中写单元测试的时候需要读取一个yml配置文件的值,发现无论如何都读取不到,后来发现了这个坑。改成prope
阅读全文
posted @
2023-04-12 18:30
腾逸
阅读(2340)
推荐(0) 编辑
用Spring Security + JWT 来实现身份认证和用户授权
摘要:https://mp.weixin.qq.com/s/FUYXAGlmt3HbwMoTygI4uQ
阅读全文
posted @
2023-04-03 17:07
腾逸
阅读(38)
推荐(0) 编辑