赞
踩
"main" java.lang.NoSuchMethodError: 'software.amazon.awssdk.crt.s3.S3ClientOptions software.amazon.awssdk.crt.s3.S3ClientOptions.withEnableS3Express(boolean)'
maven jar 版本冲突
从 2.20.5 》替换了 》 2.24.5
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>software.amazon.awssdk</groupId>
- <artifactId>bom</artifactId>
- <version>2.24.5</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-bom</artifactId>
- <version>2.20.0</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
没有刷新
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。