自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 eclipse4.7编译spring5.0.x源码

eclipse4.7编译spring5.0.x源码 环境:jdk1.8+spring5+gradle4.4.1+eclipse4.7 1.安装java 2.安装gradle 下载地址http://services.gradle.org/distributions/ 减压,配置环境变量。 3.下载spring源码 网址 https://github.com/spring-projects/s...

2019-07-05 20:50:31 304

原创 spring boot引入并打包外部jar包的记录

spring boot引入并打包外部jar包 1.引入jar包 在/src/main/resources下创建lib文件夹,加入引入的包 <dependency> <groupId>com.jd</groupId> <artifactId>sdk</artifactId> <version>2.0</vers...

2019-07-15 16:17:20 179

原创 spring boot从1.4升级到2.0.5遇到的坑

com.google.code.gson错误 An attempt was made to call the method com.google.gson.GsonBuilder.setLenient()Lcom/google/gson/GsonBuilder; but it does not exist. Its class, com.google.gson.GsonBuilder, is av...

2018-10-13 09:15:06 4178

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除