Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 718 Bytes

File metadata and controls

36 lines (25 loc) · 718 Bytes

spring-modulith-outbox-pattern

Format code

$ ./mvnw spotless:apply

Run tests

$ ./mvnw clean verify

Run locally

$ docker-compose -f docker/docker-compose.yml up -d
$ ./mvnw spring-boot:run -Dspring-boot.run.profiles=local

Using Testcontainers at Development Time

You can run TestApplication.java from your IDE directly. You can also run the application using Maven as follows:

./mvnw spring-boot:test-run

Useful Links

Notes

The event published is sent to Internal Application Listener(Publish) and Extenal Application(Kafka)