spring-cloud / spring-cloud-consul

Spring Cloud Consul
http://cloud.spring.io/spring-cloud-consul/
Apache License 2.0
813 stars 541 forks source link

Use testcontainers' consul module #803

Closed eddumelendez closed 1 year ago

eddumelendez commented 1 year ago

Replace GenericContainer by ConsulContainer and provide logback file to display proper testcontainers logs.

spencergibb commented 1 year ago

I just did some rework around Testcontainers which caused a conflict here, so I went ahead and did it myself. Thanks for letting me know about the module!

I also kept logging as is.