From a52ee36e888bf45897c88626494d1dc3cc8b3568 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Tue, 19 Sep 2023 15:17:01 -0400 Subject: [PATCH 1/5] =?UTF-8?q?ActiveMQ=20=E6=B7=BB=E5=8A=A0=20JmsProducer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/ossez/artemis/client/JmsProducer.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-remoting-modules-3/remoting-jms-artemis/remoting-jms-artemis-client/src/main/java/com/ossez/artemis/client/JmsProducer.java b/spring-remoting-modules-3/remoting-jms-artemis/remoting-jms-artemis-client/src/main/java/com/ossez/artemis/client/JmsProducer.java index 3c149ef19b..4b38e380d7 100644 --- a/spring-remoting-modules-3/remoting-jms-artemis/remoting-jms-artemis-client/src/main/java/com/ossez/artemis/client/JmsProducer.java +++ b/spring-remoting-modules-3/remoting-jms-artemis/remoting-jms-artemis-client/src/main/java/com/ossez/artemis/client/JmsProducer.java @@ -5,6 +5,7 @@ import org.springframework.stereotype.Component; /** * JmsProducer + * @author YuCheng Hu */ @Component public class JmsProducer { From 490b10a39be06a1e696d3540a73484fa52214c40 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Mon, 25 Sep 2023 13:34:09 -0400 Subject: [PATCH 2/5] submit the code for :https://www.isharkfly.com/t/chewy-2023-9/15004 --- .idea/compiler.xml | 26 ++- .idea/encodings.xml | 2 + README.md | 15 +- pom.xml | 1 + .../com/ossez/toolkits/codebank/Main.java | 155 ++++++++++++------ .../codebank/tests/EmptyQuickTest.java | 59 ++++++- 6 files changed, 185 insertions(+), 73 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index e2b711e14d..b81cacce0b 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -8,36 +8,34 @@ + + + + + + + + + + + + - - - - - - - - - - - - - -