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

Support OssStorage Resource as WritableResource and add related

unittest cases
This commit is contained in:
lichen782
2019-09-02 15:20:49 +08:00
parent 39a7bede54
commit 9edab1215b
5 changed files with 434 additions and 19 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>