diff --git a/.run/ruoyi-auth.run.xml b/.run/ruoyi-auth.run.xml new file mode 100644 index 00000000..3e391ebc --- /dev/null +++ b/.run/ruoyi-auth.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-gateway.run.xml b/.run/ruoyi-gateway.run.xml new file mode 100644 index 00000000..e3804664 --- /dev/null +++ b/.run/ruoyi-gateway.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-gen.run.xml b/.run/ruoyi-gen.run.xml new file mode 100644 index 00000000..f60e3c48 --- /dev/null +++ b/.run/ruoyi-gen.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-job.run.xml b/.run/ruoyi-job.run.xml new file mode 100644 index 00000000..52192d84 --- /dev/null +++ b/.run/ruoyi-job.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-monitor.run.xml b/.run/ruoyi-monitor.run.xml new file mode 100644 index 00000000..ce8fe55a --- /dev/null +++ b/.run/ruoyi-monitor.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-nacos.run.xml b/.run/ruoyi-nacos.run.xml new file mode 100644 index 00000000..4f311737 --- /dev/null +++ b/.run/ruoyi-nacos.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-resource.run.xml b/.run/ruoyi-resource.run.xml new file mode 100644 index 00000000..e838c34d --- /dev/null +++ b/.run/ruoyi-resource.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-seata-server.run.xml b/.run/ruoyi-seata-server.run.xml new file mode 100644 index 00000000..09cccc6c --- /dev/null +++ b/.run/ruoyi-seata-server.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-sentinel-dashboard.run.xml b/.run/ruoyi-sentinel-dashboard.run.xml new file mode 100644 index 00000000..acd8812c --- /dev/null +++ b/.run/ruoyi-sentinel-dashboard.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-system.run.xml b/.run/ruoyi-system.run.xml new file mode 100644 index 00000000..62a44257 --- /dev/null +++ b/.run/ruoyi-system.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-xxl-job-admin.run.xml b/.run/ruoyi-xxl-job-admin.run.xml new file mode 100644 index 00000000..3daab28b --- /dev/null +++ b/.run/ruoyi-xxl-job-admin.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index d3b9d969..a5201a38 100644 --- a/pom.xml +++ b/pom.xml @@ -52,12 +52,6 @@ 2.0.16 3.1.555 - - - localhost - http://${docker.registry.url}:2375 - ruoyi - 1.2.2 @@ -365,29 +359,6 @@ - - - - com.spotify - docker-maven-plugin - ${docker.plugin.version} - - ${docker.namespace}/${project.artifactId}:${project.version} - ${project.basedir} - ${docker.registry.host} - ${docker.registry.url} - ${docker.registry.url} - - - / - ${project.build.directory} - ${project.build.finalName}.jar - - - - - - src/main/resources diff --git a/ruoyi-auth/pom.xml b/ruoyi-auth/pom.xml index 21227906..1ccfb14d 100644 --- a/ruoyi-auth/pom.xml +++ b/ruoyi-auth/pom.xml @@ -95,10 +95,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-example/ruoyi-demo/pom.xml b/ruoyi-example/ruoyi-demo/pom.xml index 8fe395ce..e4ee801a 100644 --- a/ruoyi-example/ruoyi-demo/pom.xml +++ b/ruoyi-example/ruoyi-demo/pom.xml @@ -119,10 +119,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-example/ruoyi-stream-mq/pom.xml b/ruoyi-example/ruoyi-stream-mq/pom.xml index 55311708..7411ae10 100644 --- a/ruoyi-example/ruoyi-stream-mq/pom.xml +++ b/ruoyi-example/ruoyi-stream-mq/pom.xml @@ -88,10 +88,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-gateway/pom.xml b/ruoyi-gateway/pom.xml index d737639b..cd43d235 100644 --- a/ruoyi-gateway/pom.xml +++ b/ruoyi-gateway/pom.xml @@ -132,10 +132,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-modules/ruoyi-gen/pom.xml b/ruoyi-modules/ruoyi-gen/pom.xml index 356ce756..f096384f 100644 --- a/ruoyi-modules/ruoyi-gen/pom.xml +++ b/ruoyi-modules/ruoyi-gen/pom.xml @@ -101,10 +101,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-modules/ruoyi-job/pom.xml b/ruoyi-modules/ruoyi-job/pom.xml index 5b3ec55e..4ddc95fc 100644 --- a/ruoyi-modules/ruoyi-job/pom.xml +++ b/ruoyi-modules/ruoyi-job/pom.xml @@ -106,10 +106,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-modules/ruoyi-resource/pom.xml b/ruoyi-modules/ruoyi-resource/pom.xml index cef0c08e..c8223093 100644 --- a/ruoyi-modules/ruoyi-resource/pom.xml +++ b/ruoyi-modules/ruoyi-resource/pom.xml @@ -131,10 +131,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml index 7870e4d9..14438183 100644 --- a/ruoyi-modules/ruoyi-system/pom.xml +++ b/ruoyi-modules/ruoyi-system/pom.xml @@ -111,10 +111,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-visual/ruoyi-monitor/pom.xml b/ruoyi-visual/ruoyi-monitor/pom.xml index f92c7315..aeea214f 100644 --- a/ruoyi-visual/ruoyi-monitor/pom.xml +++ b/ruoyi-visual/ruoyi-monitor/pom.xml @@ -74,10 +74,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-visual/ruoyi-nacos/pom.xml b/ruoyi-visual/ruoyi-nacos/pom.xml index f176b26b..55710c6b 100644 --- a/ruoyi-visual/ruoyi-nacos/pom.xml +++ b/ruoyi-visual/ruoyi-nacos/pom.xml @@ -95,10 +95,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-visual/ruoyi-seata-server/pom.xml b/ruoyi-visual/ruoyi-seata-server/pom.xml index 10b8839c..b70421b2 100644 --- a/ruoyi-visual/ruoyi-seata-server/pom.xml +++ b/ruoyi-visual/ruoyi-seata-server/pom.xml @@ -172,10 +172,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml b/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml index eceba063..d49f2d3a 100644 --- a/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml +++ b/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml @@ -112,10 +112,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-visual/ruoyi-xxl-job-admin/pom.xml b/ruoyi-visual/ruoyi-xxl-job-admin/pom.xml index 178116e4..718cccf3 100644 --- a/ruoyi-visual/ruoyi-xxl-job-admin/pom.xml +++ b/ruoyi-visual/ruoyi-xxl-job-admin/pom.xml @@ -107,10 +107,6 @@ - - com.spotify - docker-maven-plugin -