Skip to content

Commit

Permalink
print endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Aug 7, 2024
1 parent 2702ac7 commit a64cdbf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class MessageSpec
override protected def beforeAll(): Unit = {
super.beforeAll()
container.start()
println(s"========> [${container.endpoint}][${container.serverPort}]")
}

override protected def afterAll(): Unit = {
Expand Down

0 comments on commit a64cdbf

Please sign in to comment.