spring-boot
spring-boot copied to clipboard
@JvmStatic missing for @DynamicPropertySource in @Testcontainers
Looks like @JvmStatic is missing for @DynamicPropertySource in @Testcontainers docs kotlin example. It should be static with @DynamicPropertySource according to its docs.
Also, there is no kotlin example for Testcontainers in spring boot reference docs.
I'd like to work on both of them if it needs to be done. :)
That'd be great. Thanks, @erie0210.
Closing in favor of #40905