Compare commits

...

3 Commits

  1. 4
      plugin.xml
  2. 2
      readme.md

4
plugin.xml

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<plugin>
<id>com.fanruan.cloud.s3.shared.config</id>
<name><![CDATA[S3资源仓库]]></name>
<name><![CDATA[S3共享配置]]></name>
<main-package>com.fanruan.cloud</main-package>
<active>yes</active>
<hidden>no</hidden>
<version>1.1.0</version>
<version>1.1.1</version>
<env-version>10.0</env-version>
<jartime>2020-01-27</jartime>
<vendor>richie</vendor>

2
readme.md

@ -5,7 +5,7 @@
当其他插件也需要配置S3云存储时,就可以直接依赖该插件,只需要在plugin.xml中声明依赖关系:
```
<dependence>
<item type="plugin" key="com.fanruan.cloud.s3.shared.config">
<item type="plugin" key="com.fanruan.cloud.s3.shared.config"/>
</dependence>
```

Loading…
Cancel
Save