From 130849ddc021ef3b98e98fe22f6b00d52f4d52c2 Mon Sep 17 00:00:00 2001 From: Achilles Date: Mon, 22 Apr 2024 12:34:55 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=94=AF=E6=8C=81Retifive=E7=9A=84?= =?UTF-8?q?=E6=93=8D=E4=BD=9C,=E4=BF=AE=E6=94=B9=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E7=9A=84=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 40c3db4..03496d5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: 8188 + port: 8189 spring: application: name: stock-market From 6eb98a07ecee714f0cad96e7d81f852c200b86db Mon Sep 17 00:00:00 2001 From: Achilles Date: Mon, 22 Apr 2024 12:44:28 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E6=94=AF=E6=8C=81Retifive=E7=9A=84?= =?UTF-8?q?=E6=93=8D=E4=BD=9C,=E4=BF=AE=E6=94=B9=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E7=9A=84=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/stock/market/web/MessageRetifiveController.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/cn/stock/market/web/MessageRetifiveController.java b/src/main/java/cn/stock/market/web/MessageRetifiveController.java index c5f002d..cd994f2 100644 --- a/src/main/java/cn/stock/market/web/MessageRetifiveController.java +++ b/src/main/java/cn/stock/market/web/MessageRetifiveController.java @@ -46,6 +46,8 @@ public class MessageRetifiveController { @Autowired private AppClient appClient; + + @Autowired private ConcurrentAppClient concurrentAppClient; From 9e9299e098d94f578026e15c6ff42d97bae474f9 Mon Sep 17 00:00:00 2001 From: Achilles Date: Mon, 22 Apr 2024 12:50:18 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E6=94=AF=E6=8C=81Retifive=E7=9A=84?= =?UTF-8?q?=E6=93=8D=E4=BD=9C,=E4=BF=AE=E6=94=B9=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E7=9A=84=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/cn/stock/market/web/MessageRetifiveController.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/cn/stock/market/web/MessageRetifiveController.java b/src/main/java/cn/stock/market/web/MessageRetifiveController.java index cd994f2..8f89100 100644 --- a/src/main/java/cn/stock/market/web/MessageRetifiveController.java +++ b/src/main/java/cn/stock/market/web/MessageRetifiveController.java @@ -47,7 +47,6 @@ public class MessageRetifiveController { private AppClient appClient; - @Autowired private ConcurrentAppClient concurrentAppClient; From c183e92cd7f3d83565b7a35253f7b6bf5da96d8d Mon Sep 17 00:00:00 2001 From: Achilles Date: Mon, 22 Apr 2024 12:56:14 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E6=94=AF=E6=8C=81Retifive=E7=9A=84?= =?UTF-8?q?=E6=93=8D=E4=BD=9C,=E4=BF=AE=E6=94=B9=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E7=9A=84=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/cn/stock/market/web/MessageRetifiveController.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/cn/stock/market/web/MessageRetifiveController.java b/src/main/java/cn/stock/market/web/MessageRetifiveController.java index 8f89100..c5f002d 100644 --- a/src/main/java/cn/stock/market/web/MessageRetifiveController.java +++ b/src/main/java/cn/stock/market/web/MessageRetifiveController.java @@ -46,7 +46,6 @@ public class MessageRetifiveController { @Autowired private AppClient appClient; - @Autowired private ConcurrentAppClient concurrentAppClient; From bf9da51048e4256e9b65274a2e145bc28064153c Mon Sep 17 00:00:00 2001 From: Achilles Date: Mon, 22 Apr 2024 12:57:11 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E6=94=AF=E6=8C=81Retifive=E7=9A=84?= =?UTF-8?q?=E6=93=8D=E4=BD=9C,=E4=BF=AE=E6=94=B9=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E7=9A=84=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52fd846..71dc682 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ webhook: - ls - apt-get update - apt-get install -y curl - - curl --max-time 30 http://149.88.86.7:11113/api/webhook/justpull?project=india_market_java\&setenv_file=alpha.sh\&publish_env=alpha\&shell=retifive/deploy-test.sh + - curl --max-time 30 http://149.88.86.7:11113/api/webhook/justpull?project=india_market_java\&setenv_file=retifive/alpha.sh\&publish_env=alpha\&shell=retifive/deploy-test.sh - echo ">>>>>>Start Deploy Finish<<<<<<"