- 博客(8)
- 收藏
- 关注
原创 阿里云服务器发送邮件失败Could not connect to SMTP host: smtp.163.com, port: 25
错误报告:Could not connect to SMTP host: smtp.163.com, port: 25。项目背景:小程序需要发送邮件给指定用户,本地测试发送成功,部署到阿里云显示发送失败。2.使用ssl加密,用465端口。本地测试及部署线上均测试通过。1.解封25端口,不推荐。我的项目使用的是网易邮箱。
2024-04-10 14:13:57 548 1
原创 java中使用Elasticsearch模糊查询
ES模糊查询共有三种:1.match 分词匹配查询和match_phrase短语查询Elasticsearch的match_phrase短语查询跟match的区别就是,关键词作为一个整体进行搜索,而不是拆分成一个个关键词。当匹配对象为中文时,建议使用:MatchPhraseQueryBuilder query = QueryBuilders.matchPhraseQuery("name", "*"+req.getName()+"*");2.wildcard 通配符检索类似SQL中的
2022-01-21 10:05:17 6163 2
原创 SpringCloud启动报错:Failed to configure a DataSource: ‘url‘attribute is not specif
最近在学习springcloud,启动Eureka报错Failed to configure a DataSource: ‘url‘attribute is not specif:并没有数据库的操作所以就在启动类上加上@SpringBootApplication(exclude = DataSourceAutoConfiguration.class)成功启动...
2021-09-29 09:47:51 601
原创 SpringBoot:eclipse中如何配置yml文件自动提示
因为开始的时候没配置所以启动项目一直报错,而且还找不到错误在哪配置之后才发现我的yaml文件缩进出错了所以学习之前尽量把插件装好,少走弯路help->eclipse Marketplace->搜索spring ->找到sprIng Tools插件安装(install表示未安装,installed:表示已安装)->安装后重启即可...
2021-09-03 14:58:57 1033
原创 **Maven web项目报错**-web.xml is missing and <failOnMissingWebXml> is set to true 原因:生成的maven web项目webap
Maven web项目报错-web.xml is missing and is set to true原因:生成的maven web项目webapp下缺少web.xml解决方法:选择项目名-右击,选择properties点击ok,apply,ok。错误就解决了。
2021-08-23 14:21:51 92
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人