springboot启动时遇到上述问题,原因是包冲突

报错如下:

java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer

把oss包改成3.1版本就好了,以前的版本过高

【按理论来说应该使用springboot自己管理版本,以后在研究吧】

java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigur...

 

相关文章:

  • 2021-09-30
  • 2021-09-25
  • 2021-12-31
  • 2022-01-11
  • 2021-11-27
  • 2022-12-23
  • 2022-02-22
  • 2022-01-03
猜你喜欢
  • 2022-12-23
  • 2021-06-17
  • 2021-11-19
  • 2021-11-10
  • 2022-02-16
  • 2021-10-07
  • 2022-12-23
相关资源
相似解决方案