Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Usage

Run with docker compose (recommended)

  1. Copy the docker-compose.yml file to your machine.
  2. Run $ docker-compose up.
  3. Visit localhost:8080/springwolf/asyncapi-ui.html or try the API: $ curl localhost:8080/springwolf/docs.
  4. RabbitMQ Management: http://localhost:15672 using guest:guest as login

Run with gradle

Note: You need to execute the gradle bootRun task since the IntelliJ spring application will not include springwolf-ui correctly.

  1. Clone this repository: $ git clone https://github.com/springwolf/springwolf-core.git.
  2. Switch to folder: $ cd springwolf-core/springwolf-examples/springwolf-amqp-example.
  3. Start the infrastructure: $ docker compose up amqp -d (to run integration tests, stop the infrastructure).
  4. Start the application: $ ../../gradlew bootRun.
  5. Visit http://localhost:8080/springwolf/asyncapi-ui.html or try the API: $ curl http://localhost:8080/springwolf/docs.