You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With new Spring Boot 3.x, there is enhance support for testing the application using the docker compose. After adding this support you can able to do following.
Add docker compose file to initialize nats docker container server for local development.
You can even use Test-Containers support for writing integration test.
The text was updated successfully, but these errors were encountered:
@scottf Yes I am working on this, but this is not that straight forward. We need to first add support for ServiceConnection and later incrementally support for docker compose file. I will create issue for that and work on both.
I might be wrong here let me do the changes and test it then will confirm further changes are required or not
kunalvarpe
added a commit
to kunalvarpe/spring-nats
that referenced
this issue
Jan 20, 2025
With new Spring Boot 3.x, there is enhance support for testing the application using the docker compose. After adding this support you can able to do following.
Test-Containers
support for writing integration test.The text was updated successfully, but these errors were encountered: