Skip to content

Commit 0cc275a

Browse files
authored
Update README.md
1 parent c09cd8e commit 0cc275a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ Project for testing Amazon MQ(active mq)
33

44
- after importing the project(with pom.xml), then make "application.properties"
55
- 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-
106
```
117
spring.activemq.broker-url=<url>
128
spring.activemq.user=<username>
139
spring.activemq.password=<password>
1410
```
11+
- add this to vm option
12+
```
13+
-Dorg.apache.activemq.SERIALIZABLE_PACKAGES="com.kurly.jmstest"
14+
```
15+
- run testclass, then check the result.
16+
1517

0 commit comments

Comments
 (0)