remove 移除maven docker插件 过于老旧功能缺陷大 使用idea自带的docker插件替代

This commit is contained in:
疯狂的狮子li
2022-09-02 16:30:20 +08:00
parent 24be022d4c
commit 17f0c20242
7 changed files with 36 additions and 66 deletions

View File

@@ -46,13 +46,6 @@
<!-- SMS 配置 -->
<aliyun.sms.version>2.0.16</aliyun.sms.version>
<tencent.sms.version>3.1.555</tencent.sms.version>
<!-- docker 配置 -->
<docker.registry.url>localhost</docker.registry.url>
<docker.registry.host>http://${docker.registry.url}:2375</docker.registry.host>
<docker.namespace>ruoyi</docker.namespace>
<docker.plugin.version>1.2.2</docker.plugin.version>
</properties>
<!-- 依赖声明 -->