
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type
InvalidDefinitionException: Java 8 date/time type

Spring 配置文件动态读取pom.xml中的属性
项目打包时,Spring 配置文件读取pom.xml 文件中的变量,例如spring.profiles.active=[环境]

FileNotFoundException: class path resource [mapper/*.xml] cannot be opened because it does not exist
FileNotFoundException: class path resource [mapper/*.xml] cannot be opened because it does not exist。

如何减小 Maven 项目生成的 JAR 包体积 提升运维效率
使用Maven打包,项目jar包体积减小1. 排除不必要的依赖2. 依赖jar包独立于应用jar

Caused by: java.io.IOException: DerInputStream.getLength(): lengthTag=111, too big.
web项目,https升级遇到的问题。IOException

java.security.cert.CertificateException: No subject alternative names present
java.security.cert.CertificateException https升级遇到的问题,No subject alternative names present一般是证书链路有问题。

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building f
javax.net.ssl.SSLHandshakeException。web(使用cas验证)升级https遇到的问题

IDEA 内置数据库操作工具 告别窗口切换 降本增效
使用IDEA内的数据库操作工具 告别Navicat等客户端 告别窗口切换 降本增效。不是否定专业的客户端工具,而是开发时内置的功能确实方便使用

MacOS SVN客户端(smartSVN)
Mac系统 SVN客户端 smartSVN 下载和安装指南,以及checkout 基本操作

Https常见的问题
https常见错误:javax.net.ssl.SSLHandshakeExceptionjava.security.cert.CertificateException解决办法