Skip to content

Commit 7c69655

Browse files
change README.md
1 parent 46c43a3 commit 7c69655

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,22 @@ If you want to learn more about Quarkus, please visit its website: https://quark
66

77
## Running the application in dev mode
88

9+
### Init Broker using Docker
10+
11+
```
12+
docker run -e ARTEMIS_USERNAME=quarkus -e ARTEMIS_PASSWORD=quarkus \
13+
-p 8161:8161 -p 61616:61616 vromero/activemq-artemis:2.9.0-alpine
14+
```
15+
16+
### Init Minio
17+
```
18+
docker run -e MINIO_ACCESS_KEY=BQA2GEXO711FVBVXDWKM -e \
19+
MINIO_SECRET_KEY=uvgz3LCwWM3e400cDkQIH/y1Y4xgU4iV91CwFSPC \
20+
-p 9000:9000 minio/minio server /data
21+
```
22+
923
You can run your application in dev mode that enables live coding using:
24+
1025
```
1126
./mvnw quarkus:dev
1227
```

0 commit comments

Comments
 (0)