We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09cd8e commit 0cc275aCopy full SHA for 0cc275a
README.md
@@ -3,13 +3,15 @@ Project for testing Amazon MQ(active mq)
3
4
- after importing the project(with pom.xml), then make "application.properties"
5
- copy and paste below text, modify <url>, <username>, <password>
6
-- add this to vm option
7
-- -Dorg.apache.activemq.SERIALIZABLE_PACKAGES="com.kurly.jmstest"
8
-- run testclass, then check the result.
9
-
10
```
11
spring.activemq.broker-url=<url>
12
spring.activemq.user=<username>
13
spring.activemq.password=<password>
14
+- add this to vm option
+```
+-Dorg.apache.activemq.SERIALIZABLE_PACKAGES="com.kurly.jmstest"
15
+- run testclass, then check the result.
16
+
17
0 commit comments