上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页
摘要: 前后端不分离模式,登录访问页面,用的是/login,而不是.html springboot前后端不分离,登录访问的是页面 阅读全文
posted @ 2020-12-30 17:20 M号开发者 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 复杂对象指,某些框架自带的类 封装过,没有完整的get set方法,fegin不报错,但就是接收不了 阅读全文
posted @ 2020-11-20 09:47 M号开发者 阅读(440) 评论(0) 推荐(0) 编辑
摘要: feign客户端的路径,不能和自己本身微服务的controller已有的路径相同 阅读全文
posted @ 2020-11-11 11:34 M号开发者 阅读(1333) 评论(0) 推荐(0) 编辑
摘要: 检查app启动类的扫包范围,是否包含了base包 阅读全文
posted @ 2020-11-11 09:28 M号开发者 阅读(160) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/gao505/article/details/81393472 Spring Cloud项目启动失败:class path resource [mapper/] cannot be resolved to URL because it does not e 阅读全文
posted @ 2020-11-10 10:37 M号开发者 阅读(2645) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/amosli/p/3687776.html /** * @ClassName: SemaPhoreTest * @Description: 线程通信中的"信号灯"* @author: amosli* @email:hi_amos@outlook.com 阅读全文
posted @ 2020-11-09 14:15 M号开发者 阅读(52) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/fyyyr/article/details/102816064 ASM基础 ASM是一个Java字节码操作框架,可用于class文件的修改。其原理是将class文件载入,然后构建成一棵树。然后根据用户自定义的修改类对该树进行加工,加工完成后即可得到修改后的 阅读全文
posted @ 2020-11-04 10:57 M号开发者 阅读(849) 评论(0) 推荐(0) 编辑
摘要: 每次认证成功都会来到 ServerAuthenticationSuccessHandler的自定义实现类 实现这个类ReactiveAuthenticationManager,实现token存储处理 阅读全文
posted @ 2020-10-29 16:53 M号开发者 阅读(910) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s?__biz=MzU3MDAzNDg1MA==&mid=2247485512&idx=1&sn=9a18fa59fb2f497df4c4146e886075ab&chksm=fcf4d785cb835e936a405ca4a54b0e67f2e72 阅读全文
posted @ 2020-10-29 11:34 M号开发者 阅读(61) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/Chenjiabing/p/13890384.html 今天介绍一下 Spring Boot 如何优雅的整合JSR-303进行参数校验,说到参数校验可能都用过,但是你真的会用吗?网上的教程很多,大多是简单的介绍。 什么是 JSR-303? JSR-30 阅读全文
posted @ 2020-10-29 11:27 M号开发者 阅读(213) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页