Skip to content

Conversation

@jitokim
Copy link
Contributor

@jitokim jitokim commented Jun 11, 2023

I have made several changes to the "spring-boot-kotlin-redis" example to make it more Kotlin idiomatic.

Here is a summary of the changes:

Refactored static fields to companion objects to follow Kotlin conventions.

Replaced the usage of autowired with constructor injection.

Converted the build.gradle file from Groovy to Kotlin DSL to align with the project's Kotlin nature.

… to make it more Kotlin idiomatic.

Here is a summary of the changes:
Refactored static fields to companion objects to follow Kotlin conventions.
Replaced the usage of autowired with constructor injection.
Converted the build.gradle file from Groovy to Kotlin DSL to align with the project's Kotlin nature.

Signed-off-by: jitokim <[email protected]>
@jitokim jitokim requested a review from a team June 11, 2023 15:04
@eddumelendez eddumelendez added this to the next milestone Jun 20, 2023
@eddumelendez eddumelendez merged commit d106d3f into testcontainers:main Jun 20, 2023
@eddumelendez
Copy link
Member

Thanks for your contribution, @jitokim !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants