Springboot1.5.21.RELEASE 升级至2.1.7.RELEASE

1、受Springboot版本升级影响的包

  • springboot 1.5.21.RELEASE
    • spring-boot-starter
    • spring-boot-starter-web
    • spring-boot-starter-test
    • spring-boot-devtools
    • spring-boot-starter-cache
    • spring-boot-starter-security
    • spring-boot-starter-aop
  • activiti 5.22.0
    • activiti-spring-boot-starter-basic
    • activiti-modeler
    • activiti-diagram-rest
  • druid-spring-boot-starter 1.1.6
  • jasypt-spring-boot-starter 1.13
  • google-gson 2.2.4

2、处理更新至2.1.7.RELEASE后项目爆红部分

2.1. 启动类SpringBootServletInitializer标红报错

import org.springframework.boot.web.support.SpringBootServletInitializer 过期

解决方式:import org.springframework.boot.web.servlet.support.SpringBootServletInitializer

2.2 @Order(SecurityProperties.ACCESS_OVERRIDE_ORDER) 找不到变量

解决方式:SecurityProperties no longer defines the ACCESS_OVERRIDE_ORDER constant for the @Order annotation. However, Spring Boot no longer defines any security details if the application does, so we do not need the @Order annotation on the security @Configuration class and can be removed.

3、启动项目报错

3.1 java.lang.IllegalStateException: Failed to introspect Class [com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure] from ClassLoader

解决方式:将druid升级至1.1.18

3.2 Failed to instantiate [org.springframework.validation.beanvalidation.MethodValidationPostProcessor]: Factory method 'methodValidationPostProcessor' threw exception; nested exception is java.lang.StackOverflowError

解决方式:将jasypt升级至2.1.1

3.3 The following method did not exist: com.google.gson.GsonBuilder.setLenient()Lcom/google/gson/GsonBuilder

解决方式:将google.gson升级至2.8.5

3.4 java.io.FileNotFoundException: class path resource [org/springframework/security/config/annotation/authentication/configurers/GlobalAuthenticationConfigurerAdapter.class] cannot be opened because it does not exist 

解决方式:启动类增加注解 

@SpringBootApplication(exclude = {org.activiti.spring.boot.SecurityAutoConfiguration.class})

4、项目运行中功能出现兼容问题

4.1 SpringBoot2.0 从mysql 查询timestamp类型的字段时,会自动转换为UTC格式,并非之前的时间戳

解决方式:配置文件增加spring.jackson.serialization.write-dates-as-timestamps= true

4.2 文件上传大小配置更换,原配置方式:spring.http.multipart

解决方式:修改为spring.servlet.multipart

4.3 如果使用外置Tomcat,建议使用Tomcat 8.x以上版本,实际使用8.5.35运行正常

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

OurQueen

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值