springboot啟動時遇到上述問題,原因是包沖突
報錯如下:
java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer
把oss包改成3.1版本就好了,以前的版本過高
【按理論來說應該使用springboot自己管理版本,以后在研究吧】