- Copy the
docker-compose.ymlfile to your machine. - Run
$ docker-compose up. - Visit
localhost:8080/springwolf/asyncapi-ui.htmlor try the API:$ curl localhost:8080/springwolf/docs. - RabbitMQ Management:
http://localhost:15672usingguest:guestas login
Note: You need to execute the gradle bootRun task since the IntelliJ spring application will not include springwolf-ui correctly.
- Clone this repository:
$ git clone https://github.com/springwolf/springwolf-core.git. - Switch to folder:
$ cd springwolf-core/springwolf-examples/springwolf-amqp-example. - Start the infrastructure:
$ docker compose up amqp -d(to run integration tests, stop the infrastructure). - Start the application:
$ ../../gradlew bootRun. - Visit
http://localhost:8080/springwolf/asyncapi-ui.htmlor try the API:$ curl http://localhost:8080/springwolf/docs.