Couldn’t connect to host, port: smtp.exmail.qq.com, 25; timeout
herman 5年前 (2020-04-21) 4665浏览
这是一个很简单的问题,但是如果你让一个新手去排查,可能搞很久都搞不出来。 Couldn’t connect to host, port: smtp.exmail.qq.com, 25; timeout 问题看起来是超时,无法连接 ...
herman 5年前 (2020-04-21) 4665浏览
这是一个很简单的问题,但是如果你让一个新手去排查,可能搞很久都搞不出来。 Couldn’t connect to host, port: smtp.exmail.qq.com, 25; timeout 问题看起来是超时,无法连接 ...
herman 6年前 (2019-04-04) 2622浏览
SpringBoot 的 Starter 其实并没有什么神奇的。只是最近很多人问起我,而且我的百度搜索指数告诉我,最近搜索 druid-spring-boot-starter 的人在增多。于是,我今天便给大家科普一下,如何自定义实现一个 Sprin...
herman 7年前 (2018-05-26) 4337浏览 0评论
使用过 Spring boot 后的程序员都对它赞不绝口,它作为 Java 开发的一个快速搭建项目的一个脚手架,能极大的方便我们创建项目,加快开发进度等。想要完全的学会 Spring boot,就要理解其中的原理,Spring boot 官方的文...
herman 8年前 (2016-11-02) 7700浏览 4评论
上一篇文章中提到了Spring-boot 提供了很多模板引擎,其中就包括 velocity 。本文将介绍 velocity 和 spring-boot 的整合使用。 pom 中引入 spring-boot-st...