今天在使用
oss
对象存储的时候,图片上传之后一直返回500,看了下maven依赖
com
mons-codec:
com
mons-codec:1.15 这个jar包一直报红,把
oss
从仓库删除下了好几次都不行。
最后的解决办法去maven仓库里搜索
*lastupdate 将所有的这类文件都删除掉。
这是因为网络的原因没有将Maven的依赖完整的下载下来
早上新建一个web项目,没想到一敲命令创建就失败了,真是出师不利。各种折腾无果,当然我也可以用eclipse直接创建的,就是想搞清楚状况。刚刚才发现问题原因,这个结果我也是醉了,太坑爹了。
问题现象:
E:\workspace>mvn archetype:generate -DarchetypeCatalog=internal -DgroupId=
com
.wulf.memcac...
错误如下:
Exception in thread "main"
java
.
lan
g.
NoClassDefFoundError
:
com
/google/gson/JsonParser
at
com
.
aliyun
cs.regions.LocalEndpointResolver.<init>(LocalEndpointResolver.
java
:40)
at
com
.al...
2、If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
解决办法:
在启动类上加:
@SpringBootApplication(exclude={DataSourceAutoConfiguration.
class
})
3、
java
.io.File
NotFound
Except
无法导入import
com
.
aliyun
.
oss
.
OSS
Cl
ient
Builder
在项目中无法导入import
com
.
aliyun
.
oss
.
OSS
Cl
ient
Builder
;
是因为依赖版本太低了
<dependency>
<groupId>
com
.
aliyun
.
oss
</groupId>
<artifactId>
aliyun
-sdk-
oss
</artifactId>
<version>3.10.2</ve
idea+mybatis plus环境: Error creating bean with name ‘orderController‘: Unsatisfied dependency...
fukeai:
登录功能学习总结(本人自用,如果对大家有帮助最好不过了)
fukeai:
登录功能学习总结(本人自用,如果对大家有帮助最好不过了)
jiandandiana:
maven打包spring boot 用java13出错 :Fatal error compiling
ctotalk:
idea+mybatis plus环境: Error creating bean with name ‘orderController‘: Unsatisfied dependency...
登录功能学习总结(本人自用,如果对大家有帮助最好不过了)