1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Merge pull request #900 from lichen782/master

Support OssStorage Resource as WritableResource and add related unittest cases
This commit is contained in:
format
2019-09-17 10:11:54 +08:00
committed by GitHub
8 changed files with 523 additions and 27 deletions

View File

@@ -58,6 +58,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>