会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2021年2月3日
关于 mybatis 的 @MapperScan 用法心得
摘要: 1. 必需引用 mybatis-spring-boot-starter, 否则不能扫描生效。可以用 mybatis-plus 的 mybatis-plus-boot-starter 替代。 2. 从网上搜 MapperScan,大部分说是通过 basePackage 指定扫描多个包,本身没问题,但不
阅读全文
posted @ 2021-02-03 18:52 黑米
阅读(2757)
评论(0)
推荐(1)
用 httpClient 连接 https 服务端,不校验证书的 host
摘要: 用 httpClient 连接 https 服务,如果证书与 host 不匹配,就会报:Certificate for <124.xxx.xxx.xxx> doesn't match any of the subject alternative names 可以通过在创建 SSLConnection
阅读全文
posted @ 2021-02-03 08:42 黑米
阅读(882)
评论(0)
推荐(0)